CMSControlProperties - common properties

Inherits: CMSBaseProperties - common properties

 

Property Name

Description

Sample Value

CheckPermissions

Allows you to specify whether to check permissions of the current user. If the value is 'false' (default value) no permissions are checked. Otherwise, only nodes for which the user has read permission are displayed.

true

ClassNames

Classname value or several values separated by semicolon.

"cms.news"

or

"cms.news;cms.article"

CombineWithDefaultCulture

Indicates if the documents from the default culture version should be alternatively used.

true

CultureCode

Culture code, such as en-us. If not specified, it's read from the user's session or the default value is used.

"en-us"

MaxRelativeLevel

Relative level of child documents that should be selected. -1 selects all child documents.


Path

Path of the documents to be displayed.

 

See Path specification in web parts and controls for details.

See Path specification in web parts and controls for examples.

SelectOnlyPublished

Indicates if only published documents should be displayed.


TreeProvider

Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.


WordWrap

Indicates if text displayed by the (navigation) control can use word wrapping.