XmlElementConverter.CreateElement Method
Definition
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Creates a new XmlElement with the specified name and appends it to the parent node.
XmlElement CreateElement(bool addXmlnsAttr)
Creates a new XmlElement with the specified name and appends it to the parent node.
XmlElement CreateElement(bool addXmlnsAttr)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Boolean | addXmlnsAttr | If true, adds an xmlns attribute with the namespace of the element. |
Returns
| Type | Description |
|---|---|
| XmlElement | The created XmlElement. |