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: CustomXMLNodethe CustomXML node for the DBModifier
- nodeName
- Type: Stringthe definition element's name (e.g "env")
- ReturnType
- Type: String
Returns
String
the definition element's value
Exceptions
Exception | Condition |
---|---|
System.Exception | if multiple elements exist for the definition element's name throw warning ! |