London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum EventRaiseOption

Valid options when raising an event

Namespace: EPiServer.Events.Clients
Assembly: EPiServer.Events.dll
Version: 10.10.4
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