WorkflowData.SetWorkflowData(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.