SPActivationEventArgs members
Represents the event parameters of a workflow instance being initiated.
The SPActivationEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Identity | (Inherited from ExternalDataEventArgs.) | |
InstanceId | (Inherited from ExternalDataEventArgs.) | |
WaitForIdle | (Inherited from ExternalDataEventArgs.) | |
WorkHandler | (Inherited from ExternalDataEventArgs.) | |
WorkItem | (Inherited from ExternalDataEventArgs.) |
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
Fields
Name | Description | |
---|---|---|
properties | The initial properties of the workflow as it starts, such as the user who initiated the workflow, and the list and item on which the workflow was initiated. | |
workflowId | The ID of the new workflow instance. |
Top