Gets the sitemaps for all sites. Do not modify this structure. To do modifications new up XElements taking sitemap root elements as parameter.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
public ReadOnlyCollection<XElement> AllSitemapsXml { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AllSitemapsXml As ReadOnlyCollection(Of XElement) Get |
| Visual C++ |
|---|
public: property ReadOnlyCollection<XElement^>^ AllSitemapsXml { ReadOnlyCollection<XElement^>^ get (); } |