SPUserCodeWorkflowContext Members
Include Protected Members
Include Inherited Members
Provides detailed information about a specific workflow instance in a sandboxed solution.
The SPUserCodeWorkflowContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUserCodeWorkflowContext | Initializes a new instance of the SPUserCodeWorkflowContext class. |
Top
Properties
Name | Description | |
---|---|---|
AllowDefaultContentApproval | Gets or sets a value that indicates whether the workflow is started when the user approves the publishing of a major version of a list item. | |
AllowManual | Gets or sets a value that indicates whether the workflow can be started manually. | |
AssociationCategoryName | Gets or sets the name of the category of the workflow association that is associated with the workflow context. | |
AssociationTitle | Gets or sets the name of the workflow association associated with the workflow context. | |
AssociatorUserId | Gets or sets the identifier of the user who most recently modified the workflow association associated with the workflow context. | |
AutoStartChange | Gets or sets a value that indicates whether the workflow is started when an item is changed. | |
AutoStartCreate | Gets or sets a value that indicates whether the workflow is started when an item is created. | |
CurrentItemUrl | Gets or sets the absolute URL of the list item on which the workflow was created. | |
CurrentWebUrl | Gets or sets the absolute URL of the SharePoint 2010 website on which the workflow instance is located. | |
InitiatorUserId | Gets or sets the identifier of the user who started the current workflow instance. | |
ItemId | Gets or sets the identifier of the list item on which the workflow instance is running. | |
ItemName | Gets or sets the name of the list item on which the workflow instance was created. | |
LastRunDateTime | Gets or sets the Coordinated Universal Time (UTC) date and time of the last modification to the workflow data. | |
ListId | Gets or sets the identifier of the list that contains the list item on which the workflow instance is running. | |
PermissionsManual | Gets or sets a value that indicates whether the current user has permission to manually start the workflow on the website. | |
SiteUrl | Gets or sets the absolute URL of the root web of the SPSite that is associated with the workflow. | |
StartedDateTime | Gets or sets the UTC date and time when the workflow instance was created. | |
WebUrl | Gets or sets the relative URL of the SPWeb that is associated with the workflow. | |
WorkflowInstanceId | Gets or sets the GUID of the current workflow instance. | |
WorkflowStatusUrl | Gets or sets the absolute URL of the status page for the workflow instance. |
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