Enum EventRaiseOption
Valid options when raising an event
Namespace: EPiServer.Events.Clients
Assembly: EPiServer.Events.dll
Version: 11.20.7Syntax
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 |