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.

NameDescriptionType
Attributes

The set of attributes for this node.

Property
Name

The name of the xml tag. For example would be item.

Property
Value

The data contained with in the tag. For example foo would return foo.

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

Connect with Crownpeak