SPWorkflowEventProperties members

Provides properties for workflow events.

The SPWorkflowEventProperties type exposes the following members.

Properties

  Name Description
Public property ActivationProperties Gets the workflow SPWorkflowActivationProperties that triggered the event.
Public property AssociationData Gets or sets the association data of the workflow instance that triggered the event.
Public property AssociationId Gets the identifier of the workflow SPWorkflowAssociation.
Public property AssociationName Gets the name of the workflow SPWorkflowAssociation.
Public property CompletionType Gets the reason the workflow instance ended.
Public property CorrelationId Gets the correlation identifier for the workflow, if supplied.
Public property Created Gets the DateTime value for when the workflow was created.
Public property ErrorException Gets the error that caused the workflow to end.
Public property EventType Gets the type of the workflow event.
Public property InitiationData Gets or sets the initiation data of the workflow instance that triggered the event.
Public property InstanceId Gets the GUID of the workflow instance that triggered the event.
Public property ItemGuid Gets the identifier of the workflow ParentItem.
Public property ItemId Gets the identifier of the workflow ParentItem.
Public property ListId Gets the identifier of the workflow ParentList.
Public property Modified Gets the last DateTime the workflow was modified
Public property PostponedEvent Gets the reason the workflow instance was postponed.
Public property RelativeWebUrl Gets the URL for the current Web site relative to the SharePoint Server URL.
Public property StatusText Gets the string that represents the status of the workflow.
Public property StatusValue Gets theinteger that represents the workflow status.
Public property TemplateId Gets the identifier of the workflow association base template.
Public property TerminatedByUserId Gets the member ID for the SPUser who terminated the workflow.
Public property Variables The Variables of the workflow
Public property WebUrl Gets the full URL for the current SPWeb.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPWorkflowEventProperties class

Microsoft.SharePoint.Workflow namespace