Documentation > CMS Template API Library > XmlNode
CrownPeak.CMSAPI.XmlNode
Represents an Xml node. Contains a set of attributes and a set of elements. As well as the Name of the tag and the Value of the tag.
Name | Description | Type |
---|---|---|
Attributes | The set of attributes for this node. |
Property |
Name |
The name of the xml tag. For example |
Property |
Value |
The data contained with in the tag. For example |
Property |
XmlNodes | A list of XmlNodes whose parent is this node. If this node does not have any children, XmlNodes.Count will be 0. |
Property |
XmlValue | Gets the xml data contained in this |
Property |