Compartilhar via


WorkflowDescription.Save Method (String, String)

Saves the workflow.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WorkflowDescription
Dim name As String
Dim workflowText As String

instance.Save(name, workflowText)

Syntax

'Declaration
Public Sub Save ( _
    name As String, _
    workflowText As String _
)
public void Save (
    string name,
    string workflowText
)
public:
void Save (
    String^ name, 
    String^ workflowText
)
public void Save (
    String name, 
    String workflowText
)
public function Save (
    name : String, 
    workflowText : String
)

Parameters

  • name
    Specifies the name to save as.
  • workflowText
    Specifies the workflow text to save.

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.

Platforms

See Also

Reference

WorkflowDescription Class
WorkflowDescription Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.