NovoLiteratureRackControl
NovoLiteratureRackControl displays literature items and download links managed in novo CMS.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
GoURLString | Not specified | Sets the literature link route. | |
LiteratureCategoryNameString | Not specified | Sets the literature category. | |
LiteratureRackHeadlineTextString | Not specified | Sets the literature headline. | |
ShowAllLiteratureWhenCategoryNotFoundBoolean | Not specified | true, false | Controls all-literature fallback. |
ShowLiteratureRackHeadlineBoolean | Not specified | true, false | Controls headline display. |
UseStockCodeAsCategoryNameBoolean | Not specified | true, false | Uses the item stock code as the literature category. |
SitePages.config example
The following example loads NovoLiteratureRackControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: GoURL, LiteratureCategoryName, LiteratureRackHeadlineText, ShowAllLiteratureWhenCategoryNotFound, ShowLiteratureRackHeadline, UseStockCodeAsCategoryName.
<Control src="NovoLiteratureRackControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
NovoLiteratureRackControl inherits shared conditions from CyberStoreBaseControl.