SPWorkflowEventProperties members
Provides properties for workflow events.
The SPWorkflowEventProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivationProperties | Gets the workflow SPWorkflowActivationProperties that triggered the event. | |
AssociationData | Gets or sets the association data of the workflow instance that triggered the event. | |
AssociationId | Gets the identifier of the workflow SPWorkflowAssociation. | |
AssociationName | Gets the name of the workflow SPWorkflowAssociation. | |
CompletionType | Gets the reason the workflow instance ended. | |
CorrelationId | Gets the correlation identifier for the workflow, if supplied. | |
Created | Gets the DateTime value for when the workflow was created. | |
ErrorException | Gets the error that caused the workflow to end. | |
EventType | Gets the type of the workflow event. | |
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. | |
ItemGuid | Gets the identifier of the workflow ParentItem. | |
ItemId | Gets the identifier of the workflow ParentItem. | |
ListId | Gets the identifier of the workflow ParentList. | |
Modified | Gets the last DateTime the workflow was modified | |
PostponedEvent | Gets the reason the workflow instance was postponed. | |
RelativeWebUrl | Gets the URL for the current Web site relative to the SharePoint Server URL. | |
StatusText | Gets the string that represents the status of the workflow. | |
StatusValue | Gets theinteger that represents the workflow status. | |
TemplateId | Gets the identifier of the workflow association base template. | |
TerminatedByUserId | Gets the member ID for the SPUser who terminated the workflow. | |
Variables | The Variables of 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