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 | |
---|---|---|
EventReceiverDefinitionCreationInformation | Initializes a new instance of the SPEventReceiverDefinitionCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
EventType | Specifies the type of event as specified by EventReceiverType. | |
ReceiverAssembly | Specifies the strong name of the assembly that is used for receiving events. | |
ReceiverClass | Specifies a string that represents the class that is used for receiving events. | |
ReceiverName | Specifies the name of the event receiver. | |
ReceiverUrl | Specifies the URL of a web service that is used for receiving events. | |
SequenceNumber | Represents the relative sequence of the event. | |
Synchronization | Represents the synchronization state for the event receiver. | |
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top