Dynamicweb 8 Documentation
XmlNavigation.NavigationType Enumeration

Defines what the generated xml should be used for.
Syntax
'Declaration
 
Public Enum XmlNavigation.NavigationType 
   Inherits System.Enum
public enum XmlNavigation.NavigationType : System.Enum 
Members
MemberDescription
BreadcrumbUsed for breadcrumbs. Does not include nodes that are not marked with "Inclue in breadcrumb" on the pages properties
MenuUsed for website navigation.
SitemapUsed for sitemaps. Does not include nodes that are not marked with "Include in sitemap" on the pages properties.
Inheritance Hierarchy

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

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