Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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