Table of Contents

Enum ExpandMode

Namespace
Dynamicweb.Frontend.Navigation
Assembly
Dynamicweb.dll
Defines which pages in the navigation tree to include in the generated navigation.
public enum ExpandMode

Fields

All = 1
Include all nodes in all the specified levels in the tree.
None = 0
Tree is not expanded. Only the specified level is included.
Path = 2
Includes the active path and their siblings.
PathOnly = 3
Includes the active path without any siblings. A breadcrumb.
To top