SPWorkflowEventProperties Members
Include Protected Members
Include Inherited Members
Provides properties for workflow events.
The SPWorkflowEventProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivationProperties | Gets the initial properties of the workflow instance that triggered the event. | |
AssociationData | Gets or sets the association data of the workflow instance that triggered the event. | |
Cancel | (Inherited from SPEventPropertiesBase.) | |
CompletionType | Gets the reason the workflow instance ended. | |
ErrorException | Gets the error that caused the workflow to end. | |
ErrorMessage | (Inherited from SPEventPropertiesBase.) | |
EventType | Gets the type of the workflow event. | |
EventUserToken | (Inherited from SPEventPropertiesBase.) | |
InitiationData | Gets or sets the initiation data of the workflow instance that triggered the event. | |
InstanceId | Gets the GUID of the workflow instance that triggered the event. | |
OriginatingUserToken | (Inherited from SPEventPropertiesBase.) | |
PostponedEvent | Gets the reason the workflow instance was postponed. | |
ReceiverData | (Inherited from SPEventPropertiesBase.) | |
RedirectUrl | (Inherited from SPEventPropertiesBase.) | |
RelativeWebUrl | Gets the URL for the current Web site relative to the SharePoint Server URL. | |
SiteId | (Inherited from SPEventPropertiesBase.) | |
Status | (Inherited from SPEventPropertiesBase.) | |
TerminatedByUserId | Gets the member ID for the SPUser who terminated the workflow. | |
WebUrl | Gets the full URL for the current SPWeb. |
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