Table of Contents

Enum EventReceiverSynchronization

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the synchronization state for the specified event receiver.

public enum EventReceiverSynchronization

Fields

Asynchronous = 2

Indicates to run the event receiver asynchronously.

DefaultSynchronization = 0

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.

Synchronous = 1

Indicates to run the event receiver synchronously.