SaaS CMS has officially launched! Learn more now.

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: 10.10.4
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