WorkflowData.SetWorkflowData(String) Method

Definition

Set the workflow content from the XML to the data structure.

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

Parameters

workflowDataXml
String

Specifies the workflow content in XML.

Returns

True if the workflow data is set, otherwise false.

Applies to