Gets the sitemap for the current site. Do not modify this structure. To do modifications new up XElements taking sitemap root elements as parameter.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public XElement SitemapXml { get; }
Visual Basic
Public ReadOnly Property SitemapXml As XElement
	Get
Visual C++
public:
property XElement^ SitemapXml {
	XElement^ get ();
}

See Also