Table of Contents

Enum XmlNavigation.Expand

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Defines which pages in the navigation tree to include in the generated xml node set.

public enum XmlNavigation.Expand

Fields

All = 0

Include all nodes in all the specified levels in the tree.

None = 3

Tree is not expanded. Only the specified level is included.

Path = 1

Includes the active path and their siblings.

PathOnly = 2

Includes the active path without any siblings. A breadcrumb.

To top