SaaS CMS has officially launched! Learn more now.

Enum EventRaiseOption

Valid options when raising an event

Namespace: EPiServer.Events.Clients
Assembly: EPiServer.Events.dll
Version: 11.20.7
Syntax
public enum EventRaiseOption

Fields

Name Description
RaiseBroadcast

Raise the event on the same site, with other subscribed sites on the same server and broadcast to other servers

RaiseSite

Raise the event on the same site only

Extension Methods