Table of Contents

Class PageNavigationSettings

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll

Represents a eCommerce-related page navigation settings.

public class PageNavigationSettings : Entity<int>, IChangeTracking
Inheritance
PageNavigationSettings
Implements
Inherited Members

Properties

Groups

Gets or sets IDs of a groups that are root nodes.

public string Groups { get; set; }

Property Value

string

IncludeProducts

Gets or sets is the navigation includes products.

public bool IncludeProducts { get; set; }

Property Value

bool

MaxLevels

Gets or sets the number of levels to display in the navigation tree.

public int MaxLevels { get; set; }

Property Value

int

NavigationProvider

Gets or sets the navigation provider to the product page.

public string NavigationProvider { get; set; }

Property Value

string

ParentType

Gets or sets the type of the parent node.

public EcommerceNavigationParentType ParentType { get; set; }

Property Value

EcommerceNavigationParentType

ProductPage

Gets or sets the link to the product page.

public string ProductPage { get; set; }

Property Value

string

ShopID

Gets or sets the ID of the shop which is the root node.

public string ShopID { get; set; }

Property Value

string

UseEcomGroups

Gets or sets value indicating whether to display eCommerce groups in the navigation.

public bool UseEcomGroups { get; set; }

Property Value

bool

Methods

Fill(IDataReader)

Fills the object properties according to the specified data reader.

public void Fill(IDataReader reader)

Parameters

reader IDataReader

An instance of IDataReader to retrieve data from.

To top