Web.WorkflowTemplates property

Gets a value that specifies the collection of workflow templates associated with the site.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property WorkflowTemplates As WorkflowTemplateCollection
    Get
'Usage
Dim instance As Web
Dim value As WorkflowTemplateCollection

value = instance.WorkflowTemplates
public WorkflowTemplateCollection WorkflowTemplates { get; }

Property value

Type: Microsoft.SharePoint.Client.Workflow.WorkflowTemplateCollection
A WorkflowTemplateCollection instance representing the collection of workflow templates associated with the site

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace