XmlUtilsGetRequiredElement Method |
Gets the named child element. Throws an exception if the child element
is not available.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static XmlElement GetRequiredElement(
XmlElement xeElement,
string name
)
Parameters
- xeElement
- Type: System.XmlXmlElement
The parent XML element. - name
- Type: SystemString
The child element's name.
Return Value
Type:
XmlElementThe child element.
See Also