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.7Syntax
[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. |