FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getXML Method

appends hash table elements to the xml element as child elements

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

Syntax


public static XDocument getXML(
	string rootElementName,
	clsProps oProps
)
Public Shared Function getXML ( _
	rootElementName As String, _
	oProps As clsProps _
) As XDocument
public:
static XDocument^ getXML(
	String^ rootElementName, 
	clsProps^ oProps
)

Parameters

rootElementName
Type: String
pointer to the root element
oProps
Type: FlowWright.cDevDeAPI..::..clsProps
collection of elements and values

Return Value

XDocument.