SPWeb.WorkflowTemplates property

Gets the collection of workflow templates of the website.

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

Syntax

'Declaration
Public ReadOnly Property WorkflowTemplates As SPWorkflowTemplateCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPWorkflowTemplateCollection

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

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection
A collection of SPWorkflowTemplate objects.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace