ISPEventReceiversHost Members
Include Protected Members
Include Inherited Members
Defines event receivers for events associated with SharePoint objects (such as Web sites, lists, documents, content types, or specific SharePoint features.
The ISPEventReceiversHost type exposes the following members.
Properties
Name | Description | |
---|---|---|
GetReceiverHostId | Gets the globally-unique identifier (GUID) for a predefined event receiver process which is associated with a particular SharePoint object. |
Top
Methods
Name | Description | |
---|---|---|
AddEventReceiverCallback | Adds one web-based RPC context process to the collection of all predefined event receiver processes available to the SharePoint server. | |
DirtyEventReceivers | Gets a collection of predefined event receiver processes which must be triggered as a result of actions associated with particular SharePoint objects. This collection may be composed of any combination of the following: Web sites, lists, documents, content types, or specific SharePoint features. | |
FetchEventReceivers | Gets the collection of predefined event receiver processes associated with SharePoint objects. |
Top