Table of Contents

Enum XmlNavigation.NavigationType

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Defines what the generated xml should be used for.

public enum XmlNavigation.NavigationType

Fields

Breadcrumb = 2

Used for breadcrumbs. Does not include nodes that are not marked with "Inclue in breadcrumb" on the pages properties

Menu = 0

Used for website navigation.

Sitemap = 1

Used for sitemaps. Does not include nodes that are not marked with "Include in sitemap" on the pages properties.

To top