Search Results for

    Show / Hide Table of Contents

    Class EventReceiverOptions

    Options that will have to be filled in when creating a new Event Receiver

    Inheritance
    System.Object
    EventReceiverOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class EventReceiverOptions : object

    Properties

    EventType

    Type of event receiver to create.

    Declaration
    public EventReceiverType EventType { get; set; }
    Property Value
    EventReceiverType

    ReceiverAssembly

    Assembly holding the event receiver code

    Declaration
    public string ReceiverAssembly { get; set; }
    Property Value
    System.String

    ReceiverClass

    Class containing the event receiver code

    Declaration
    public string ReceiverClass { get; set; }
    Property Value
    System.String

    ReceiverName

    Name of the event receiver.

    Declaration
    public string ReceiverName { get; set; }
    Property Value
    System.String

    ReceiverUrl

    Url of the event receiver.

    Declaration
    public string ReceiverUrl { get; set; }
    Property Value
    System.String

    SequenceNumber

    Sequence number in which the event receiver will be executed.

    Declaration
    public int SequenceNumber { get; set; }
    Property Value
    System.Int32

    Synchronization

    The synchronization state for the event receiver.

    Declaration
    public EventReceiverSynchronization Synchronization { get; set; }
    Property Value
    EventReceiverSynchronization

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer