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: 5.3.6135.33083
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 (); } |