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
IncludeProducts
Gets or sets is the navigation includes products.
public bool IncludeProducts { get; set; }
Property Value
MaxLevels
Gets or sets the number of levels to display in the navigation tree.
public int MaxLevels { get; set; }
Property Value
NavigationProvider
Gets or sets the navigation provider to the product page.
public string NavigationProvider { get; set; }
Property Value
ParentType
Gets or sets the type of the parent node.
public EcommerceNavigationParentType ParentType { get; set; }
Property Value
ProductPage
Gets or sets the link to the product page.
public string ProductPage { get; set; }
Property Value
ShopID
Gets or sets the ID of the shop which is the root node.
public string ShopID { get; set; }
Property Value
UseEcomGroups
Gets or sets value indicating whether to display eCommerce groups in the navigation.
public bool UseEcomGroups { get; set; }
Property Value
Methods
Fill(IDataReader)
Fills the object properties according to the specified data reader.
public void Fill(IDataReader reader)
Parameters
reader
IDataReaderAn instance of IDataReader to retrieve data from.