XmlElementConverter.GetChildren Method
Definition
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Gets all child elements of the current XmlElement with the specified name and namespace.
XmlNodeList GetChildren(string childElementName, string childElementNamespace)
Gets all child elements of the current XmlElement with the specified name and namespace.
XmlNodeList GetChildren(string childElementName, string childElementNamespace)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | childElementName | The name of the child elements to get. |
| String | childElementNamespace | The namespace of the child elements to get. |
Returns
| Type | Description |
|---|---|
| XmlNodeList | A collection of child elements with the specified name and namespace, or null if the current element is null. |