WorkflowTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single workflow task in a WorkflowTasks collection.
public interface class WorkflowTask : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CD900-0000-0000-C000-000000000046")]
public interface WorkflowTask : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CD900-0000-0000-C000-000000000046")>]
type WorkflowTask = interface
interface _IMsoDispObj
Public Interface WorkflowTask
Implements _IMsoDispObj
- Attributes
- Implements
Properties
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 |
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. |
Methods
Show() |
Displays a workflow task edit user interface for the specified WorkflowTask object. |