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 : EnumFields
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 RaiseBroadcastField Value
| Type | Description | 
|---|---|
| EventRaiseOption | 
RaiseSite
Raise the event on the same site only
Declaration
public const EventRaiseOption RaiseSiteField Value
| Type | Description | 
|---|---|
| EventRaiseOption | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
