XmlUtilsGetRequiredElement Method |
Gets the named child element. Throws an exception if the child element
is not available.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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