Enum EventReceiverSynchronization
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Specifies the synchronization state for the specified event receiver.
public enum EventReceiverSynchronization
Fields
Indicates to run the event receiver asynchronously.
Indicates to run the event receiver synchronously if it is a Before event. Indicates to run the event receiver asynchronously if it is an After event.
Indicates to run the event receiver synchronously.