WorkflowTemplateCollection class
The collection of workflow templates deployed on a site.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowTemplate>
Microsoft.SharePoint.Client.Workflow.WorkflowTemplateCollection
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class WorkflowTemplateCollection _
Inherits ClientObjectCollection(Of WorkflowTemplate)
'Usage
Dim instance As WorkflowTemplateCollection
public class WorkflowTemplateCollection : ClientObjectCollection<WorkflowTemplate>
Remarks
Each SPWorkflowTemplate object represents a workflow template and contains members you can use to get or set information about the template, such as the instantiation data and the history and task lists for the template.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.