getParamFromXML(CustomXMLNode, String, String) Method

wrapper to get the single definition element values from the DBModifier CustomXML node, also checks for multiple definition elements
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

protected string getParamFromXML(
	CustomXMLNode definitionXML,
	string nodeName,
	string ReturnType
	)

Parameters

definitionXML
Type: CustomXMLNode
the CustomXML node for the DBModifier
nodeName
Type: String
the definition element's name (e.g "env")
ReturnType
Type: String

Returns

String
the definition element's value

Exceptions

ExceptionCondition
System.Exceptionif multiple elements exist for the definition element's name throw warning !