EventReceiverDefinitionCreationInformation members

Represents the properties that can be set when creating a client-side event receiver definition.

The EventReceiverDefinitionCreationInformation type exposes the following members.

Constructors

  Name Description
Public method EventReceiverDefinitionCreationInformation Initializes a new instance of the SPEventReceiverDefinitionCreationInformation class.

Top

Properties

  Name Description
Public property EventType Specifies the type of event as specified by EventReceiverType.
Public property ReceiverAssembly Specifies the strong name of the assembly that is used for receiving events.
Public property ReceiverClass Specifies a string that represents the class that is used for receiving events.
Public property ReceiverName Specifies the name of the event receiver.
Public property ReceiverUrl Specifies the URL of a web service that is used for receiving events.
Public property SequenceNumber Represents the relative sequence of the event.
Public property Synchronization Represents the synchronization state for the event receiver.
Public property TypeId (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

EventReceiverDefinitionCreationInformation class

Microsoft.SharePoint.Client namespace