Web.WorkflowTemplates Property
Gets a value that specifies the collection of workflow templates associated with the site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property WorkflowTemplates As WorkflowTemplateCollection
Get
'Usage
Dim instance As Web
Dim value As WorkflowTemplateCollection
value = instance.WorkflowTemplates
[RemoteAttribute]
public WorkflowTemplateCollection WorkflowTemplates { get; }
Property Value
Type: Microsoft.SharePoint.Client.Workflow.WorkflowTemplateCollection
Returns a WorkflowTemplateCollection instance representing the collection of workflow templates associated with the site.