Share via


WorkflowData.SetWorkflowStepsData(String) Method

Definition

Sets the workflow steps' content from the XML to the data structure.

public:
 bool SetWorkflowStepsData(System::String ^ workflowStepsXml);
public bool SetWorkflowStepsData (string workflowStepsXml);
member this.SetWorkflowStepsData : string -> bool
Public Function SetWorkflowStepsData (workflowStepsXml As String) As Boolean

Parameters

workflowStepsXml
String

Specifies the steps' content in the form of XML

Returns

True if the workflow step data is set, otherwise false.

Applies to