FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..convertSteptemplateXmlToMxgraphXml Method

converts the given step template XML into mxGraph compatiable XML.

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

Syntax


public string convertSteptemplateXmlToMxgraphXml(
	string sXML
)
Public Function convertSteptemplateXmlToMxgraphXml ( _
	sXML As String _
) As String
public:
String^ convertSteptemplateXmlToMxgraphXml(
	String^ sXML
)

Parameters

sXML
Type: String
The s XML.

Return Value

System.String.