WorkflowTemplate Class
Represents a workflow template currently deployed on the site.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Workflow.WorkflowTemplate
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.WorkflowTemplate", ServerTypeId := "{36de6dbb-60d6-4131-b47f-e895798e1e93}")> _
Public Class WorkflowTemplate _
Inherits ClientObject
'Usage
Dim instance As WorkflowTemplate
[ScriptTypeAttribute("SP.Workflow.WorkflowTemplate", ServerTypeId = "{36de6dbb-60d6-4131-b47f-e895798e1e93}")]
public class WorkflowTemplate : ClientObject
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.