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
    object
    EventReceiverOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class EventReceiverOptions

    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
    string

    ReceiverClass

    Class containing the event receiver code

    Declaration
    public string ReceiverClass { get; set; }
    Property Value
    string

    ReceiverName

    Name of the event receiver.

    Declaration
    public string ReceiverName { get; set; }
    Property Value
    string

    ReceiverUrl

    Url of the event receiver.

    Declaration
    public string ReceiverUrl { get; set; }
    Property Value
    string

    SequenceNumber

    Sequence number in which the event receiver will be executed.

    Declaration
    public int SequenceNumber { get; set; }
    Property Value
    int

    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