Table of Contents

Enum XmlNavigation.IncludeMode

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Defines the modes deciding if pages Include, ShowInLegend and ShowInSitemap are taken into consideration when including nodes in the XML

public enum XmlNavigation.IncludeMode

Fields

All = 0

Includes all nodes no matter if they are not marked for Include, ShowInLegend and ShowInSitemap

Default = 1

Only include nodes depending on their Include, ShowInLegend and ShowInSitemap setting and Sitemap property.

To top