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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.Workflow.WorkflowTemplateCollection", ServerTypeId := "{f64cc3d2-888a-43cc-b579-ef32f83338a4}")> _
Public Class WorkflowTemplateCollection _
Inherits ClientObjectCollection(Of WorkflowTemplate)
'Usage
Dim instance As WorkflowTemplateCollection
[ScriptTypeAttribute("SP.Workflow.WorkflowTemplateCollection", ServerTypeId = "{f64cc3d2-888a-43cc-b579-ef32f83338a4}")]
public class WorkflowTemplateCollection : ClientObjectCollection<WorkflowTemplate>
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.