WorkflowDesigner class
Creates an object that can be used to design a workflow.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.WorkflowDesigner
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.WorkflowDesigner", ServerTypeId := "{0a351619-cd71-45a7-a308-5b899d34e8ce}")> _
Public Class WorkflowDesigner _
Inherits ClientObject
'Usage
Dim instance As WorkflowDesigner
[ScriptTypeAttribute("PS.WorkflowDesigner", ServerTypeId = "{0a351619-cd71-45a7-a308-5b899d34e8ce}")]
public class WorkflowDesigner : ClientObject
Remarks
A workflow designer is a designer canvas that renders the visual representation of a workflow model as it is being pieced together.
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.