WorkflowData.SetWorkflowStepsData(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.
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
.