Kentico CMS 6.0 Controls

Overview

Overview

Previous topic Next topic Mail us feedback on this topic!  

Overview

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The CMSUniView control allows you to display document data from the Kentico CMS database in a hierarchical structure based on transformations without the need to write any additional code. Using hierarchical transformations, this control can be used to display documents with a varying design depending on their type and hierarchical level.

 

The content is specified using its Path, MaxRelativeLevel, ClassNames, CultureCode, WhereCondition and OrderBy properties. Data is retrieved using the SelectDocuments query of the specified document type. These queries can be found at Kentico CMS Site Manager -> Development -> Document types -> ... Edit specified document type ... -> Queries.

 

The CMSUniView is derived from the BasicUniView control.

 

It supports nested controls, read more in the Using nested controls topic.

 

The portal engine equivalent of the CMSUniView control is the Listings and viewers -> Documents -> Universal viewer web part.

 

The following topics are available to help you familiarize yourself with the CMSUniView control:

 

Getting started - contains a step-by-step tutorial that allows you to learn the basics of using the control

Configuration - describes and explains the properties that can be set for the control

Using hierarchical transformations - contains a quick step-by-step tutorial demonstrating how hierarchical transformations can be used by this control to display several different document types.

Appearance and styling - describes how the design of the control can be modified