WorkflowTask Members
Include Protected Members
Include Inherited Members
Represents a single workflow task in a WorkflowTasks collection.
The WorkflowTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Gets an Application object that represents the container application for the WorkflowTask object. Read-only. | |
AssignedTo | Gets the name of the person that the workflow task is assigned to. Read-only. | |
CreatedBy | Gets the name of the person that created the workflow task. Read-only. | |
CreatedDate | Gets the date that a workflow task was created. Read-only. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Gets a 32-bit integer that indicates the application in which the WorkflowTask object was created. Read-only. | |
Description | Gets the description of a workflow task. Read-only. | |
DueDate | Gets the date that a workflow task is due. Read-only. | |
Id | Gets the ID of the Sharepoint list item. Read-only. | |
ListID | Gets the ID of the list containing the workflow task. Read-only. | |
Name | Gets the name of the WorkflowTask object. Read-only. | |
WorkflowID | Gets the ID of the workflow associated with a workflow task. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Show | Displays a workflow task edit user interface for the specified WorkflowTask object. |
Top