SPWorkflowTemplate.TaskListContentTypeId Property
Returns the content type ID of the content type assigned to the workflow task list.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property TaskListContentTypeId As SPContentTypeId
Get
'Usage
Dim instance As SPWorkflowTemplate
Dim value As SPContentTypeId
value = instance.TaskListContentTypeId
public SPContentTypeId TaskListContentTypeId { get; }
Property Value
Type: Microsoft.SharePoint.SPContentTypeId
An SPContentTypeId object that represents the task list content type ID.
Remarks
For more information about content type IDs, see Content Type IDs.
See Also
Reference
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation