CatalogCategoryInformation
CatalogCategoryInformation displays the heading and subheading of a catalog category.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
UseParentCategoryBoolean | 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.