Class EventReceiverOptions
Options that will have to be filled in when creating a new Event Receiver
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class EventReceiverOptions
Options that will have to be filled in when creating a new Event Receiver
public class EventReceiverOptions
Type of event receiver to create.
public EventReceiverType EventType { get; set; }
| EventReceiverType |
Assembly holding the event receiver code
public string ReceiverAssembly { get; set; }
| string |
Class containing the event receiver code
public string ReceiverClass { get; set; }
| string |
Name of the event receiver.
public string ReceiverName { get; set; }
| string |
Url of the event receiver.
public string ReceiverUrl { get; set; }
| string |
Sequence number in which the event receiver will be executed.
public int SequenceNumber { get; set; }
| int |
The synchronization state for the event receiver.
public EventReceiverSynchronization Synchronization { get; set; }
| EventReceiverSynchronization |