Dynamicweb 8 Documentation
XmlNavigation.Expand Enumeration

Defines which pages in the navigation tree to include in the generated xml node set.
Syntax
'Declaration
 
Public Enum XmlNavigation.Expand 
   Inherits System.Enum
public enum XmlNavigation.Expand : System.Enum 
Members
MemberDescription
AllInclude all nodes in all the specified levels in the tree.
NoneTree is not expanded. Only the specified level is included.
PathIncludes the active path and their siblings.
PathOnlyIncludes the active path without any siblings. A breadcrumb.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dynamicweb.Frontend.XmlNavigation.Expand

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Dynamicweb.Frontend Namespace

Send Feedback