FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..isImportXMLValid Method

Determines whether [is import XML valid] [the specified XML].

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

Syntax


public static bool isImportXMLValid(
	XDocument sXMLDoc,
	configChanges oImportItem
)
Public Shared Function isImportXMLValid ( _
	sXMLDoc As XDocument, _
	oImportItem As configChanges _
) As Boolean
public:
static bool^ isImportXMLValid(
	XDocument^ sXMLDoc, 
	configChanges^ oImportItem
)

Parameters

sXMLDoc
Type: XDocument
The XML.
oImportItem
Type: FlowWright.cDevDeAPI..::..configChanges
The o import item.

Return Value

true if [is import XML valid] [the specified XML]; otherwise, false.