Class EventRaiseOption
Valid options when raising an event
Inheritance
System.Object
EventRaiseOption
Namespace: EPiServer.Events.Clients
Assembly: EPiServer.Events.dll
Version: 12.0.3Syntax
public sealed class EventRaiseOption : Enum
Fields
RaiseBroadcast
Raise the event on the same site, with other subscribed sites on the same server and broadcast to other servers
Declaration
public const EventRaiseOption RaiseBroadcast
Field Value
Type | Description |
---|---|
EventRaiseOption |
RaiseSite
Raise the event on the same site only
Declaration
public const EventRaiseOption RaiseSite
Field Value
Type | Description |
---|---|
EventRaiseOption |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |