A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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