SPEventContext Members
Include Protected Members
Include Inherited Members
Represents an Event Context in a list of receiver processes on a SharePoint Foundation website.
The SPEventContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContextCollectionId | Gets the identifier (ID) of the context collection associated with the workflow event. | |
ContextEventType | Gets the identifier (ID) of the type of workflow event. | |
ContextId | Gets the identifier (ID) of the context for the workflow event. | |
ContextObjectId | Gets the identifier (ID) of the context for the workflow event. | |
ContextType | Gets the context ID of the type context of the workflow event. | |
ReceiverId | Gets the identifier (ID) of the receiver for the workflow event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top