Click or drag to resize

XmlUtilsProcessRequiredElement Method

Processes a required child element by executing the specified action. 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
C#
public static void ProcessRequiredElement(
	XmlElement xeElement,
	string name,
	Action<XmlElement> dAction
)

Parameters

xeElement
Type: System.XmlXmlElement
The parent element.
name
Type: SystemString
The name of the required child element.
dAction
Type: SystemActionXmlElement
The action to be executed on the child element.
See Also