SPWeb.WorkflowTemplates Property

Gets the collection of workflow templates of the Web site.

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

Syntax

Public ReadOnly Property WorkflowTemplates As SPWorkflowTemplateCollection
    Get

Dim instance As SPWeb
Dim value As SPWorkflowTemplateCollection

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

Property Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection
An SPWorkflowTemplateCollection object that represents the workflow templates.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace