Click or drag to resize
XmlHelperFetchChildNode Method

[Missing <summary> documentation for "M:X3Platform.Util.XmlHelper.FetchChildNode(System.Xml.XmlElement,System.String)"]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static XmlElement FetchChildNode(
	XmlElement element,
	string childNodeName
)

Parameters

element
Type: System.XmlXmlElement

[Missing <param name="element"/> documentation for "M:X3Platform.Util.XmlHelper.FetchChildNode(System.Xml.XmlElement,System.String)"]

childNodeName
Type: SystemString

[Missing <param name="childNodeName"/> documentation for "M:X3Platform.Util.XmlHelper.FetchChildNode(System.Xml.XmlElement,System.String)"]

Return Value

Type: XmlElement

[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.FetchChildNode(System.Xml.XmlElement,System.String)"]

See Also