Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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: XmlElement
The child element.
See Also