XmlElementConverter.GetChildCount Method

Definition

Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll

Gets the number of child elements of the current XmlElement with the specified name and namespace.

int GetChildCount(string childElementName, string childElementNamespace)

Gets the number of child elements of the current XmlElement with the specified name and namespace.

int GetChildCount(string childElementName, string childElementNamespace)

Parameters

Type Parameter name Description
String childElementName The name of the child elements to count.
String childElementNamespace The namespace of the child elements to count.

Returns

Type Description
Int32 The number of child elements with the specified name and namespace.

See Also