Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum RegistrationType

The permitted options when registering an event site in the IEventSiteRegistry.

Namespace: EPiServer.Events.Clients
Assembly: EPiServer.Events.dll
Version: 8.11.0
Syntax
[Flags]
public enum RegistrationType

Fields

Name Description
EventPublisher

Register a site to publish event from

EventSubscriber

Register a site to receive events from

EventSubscriberAndPublisher

Register a site both as publisher and subscriber

Undefined

Noop option.