SPWorkflowActivationProperties members
Represents the initial properties of the workflow instance as it starts, such as the user who added the workflow, and the list and item to which the workflow was added.
The SPWorkflowActivationProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWorkflowActivationProperties() | Initializes a new instance of the SPWorkflowActivationProperties class. | |
SPWorkflowActivationProperties(SerializationInfo, StreamingContext) | Initializes a new instance of the SPWorkflowActivationProperties class. |
Top
Properties
Name | Description | |
---|---|---|
AssociationData | Gets the association data passed to the workflow instance. | |
Context | Gets the Object on which the workflow instance is running. | |
HistoryList | Gets the list to which workflow history events are logged for the workflow. | |
HistoryListId | Gets the ID of the list to which workflow history events are logged for the workflow. | |
HistoryListUrl | Gets the URL of the list to which workflow history events are logged for the workflow. | |
InitiationData | Gets the initiation data passed to the workflow instance. | |
Item | Gets the list item on which the workflow instance is running. | |
ItemId | Gets the ID of the list item on which the workflow instance is running. | |
ItemUrl | Gets the URL of the list item on which the workflow instance is running. | |
List | Gets the list that contains the list item on which the workflow instance is running. | |
ListId | Gets the ID of the list that contains the list item on which the workflow instance is running. | |
ListUrl | Gets the URL of the list that contains the list item on which the workflow instance is running. | |
Originator | Gets the user name of the user who initiated the workflow instance. | |
OriginatorEmail | Gets the email address of the user who initiated the workflow instance. | |
OriginatorUser | Gets the user who initiated the workflow instance. | |
Site | Gets the site collection on which the workflow instance is located. | |
SiteId | Gets the ID of the site collection on which the workflow instance is located. | |
SiteUrl | Gets URL of the site collection on which the workflow instance is located. | |
TaskList | Gets the list on which workflow tasks for this workflow instance are created. | |
TaskListId | Gets the ID of the list on which workflow tasks for this workflow instance are created. | |
TaskListUrl | Gets the URL of the list on which workflow tasks for this workflow instance are created. | |
TemplateName | Gets the name of the workflow association from which the workflow instance was created. | |
Web | Gets the SharePoint site on which the workflow instance is located. | |
WebId | Gets the ID of the SharePoint site on which the workflow instance is located. | |
WebUrl | Gets the URL of the SharePoint site on which the workflow instance is located. | |
Workflow | Gets the workflow instance. | |
WorkflowId | Gets ID of the workflow instance. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Sets the objects that represent the force dispose, the Web, and the site to null . | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Overrides SPAutoSerializingObject.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top