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

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.