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