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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The permitted options when registering an event site in the IEventSiteRegistry.

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

Fields

Name Description
EventPublisher

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Register a site to publish event from

EventSubscriber

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Register a site to receive events from

EventSubscriberAndPublisher

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Register a site both as publisher and subscriber

Undefined

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Noop option.

Extension Methods