FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsGlobal..::..toXML Method

get the xml version of the global

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

Syntax


public string toXML(
	out XElement oGlobalNode
)
Public Function toXML ( _
	<OutAttribute> ByRef oGlobalNode As XElement _
) As String
public:
String^ toXML(
	[OutAttribute] XElement^% oGlobalNode
)

Parameters

oGlobalNode
Type: XElement%
returns the global node

Return Value

System.String.