CatalogCategoryInformation

CatalogCategoryInformation displays the heading and subheading of a catalog category.

Configurable properties

Property Default Valid values or format Effect
UseParentCategory
Boolean
false true, false Controls use of the parent category.

SitePages.config example

The following example loads CatalogCategoryInformation.ascx and applies the documented literal defaults.

<Control src="CatalogCategoryInformation.ascx"
         UseParentCategory="false" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CatalogCategoryInformation inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.