FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..updateInstanceXML Method (String)

updates the XML for the instance

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateInstanceXML(
	string sXml
)
Public Function updateInstanceXML ( _
	sXml As String _
) As Boolean
public:
bool^ updateInstanceXML(
	String^ sXml
)

Parameters

sXml
Type: String
The s XML.

Return Value

true if XXXX, false otherwise.