ICMSControlProperties Interface |
Namespace: CMS.DocumentEngine.Web.UI
public interface ICMSControlProperties : ICMSBaseProperties
The ICMSControlProperties type exposes the following members.
Name | Description | |
---|---|---|
CacheDependencies |
Cache dependencies, each cache dependency on a new line.
(Inherited from ICMSBaseProperties.) | |
CacheItemName |
Name of the cache item the control will use.
(Inherited from ICMSBaseProperties.) | |
CacheMinutes |
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
(Inherited from ICMSBaseProperties.) | |
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.
| |
ClassNames |
Class name value or several values separated by semicolon.
| |
CombineWithDefaultCulture |
Indicates if the documents from the default culture version should be alternatively used.
| |
CultureCode |
Culture code, such as en-us.
| |
MaxRelativeLevel |
Relative level of child documents that should be selected. -1 selects all child documents.
| |
OrderBy |
Property to set and get the OrderBy.
(Inherited from ICMSBaseProperties.) | |
Path |
Path of the documents to be displayed. /% selects all documents.
| |
SelectedColumns |
Columns to select, null or empty returns all columns.
(Inherited from ICMSBaseProperties.) | |
SelectOnlyPublished |
Indicates if only published documents should be displayed.
| |
SiteName |
Property to set and get the SiteName.
(Inherited from ICMSBaseProperties.) | |
StopProcessing |
Stop processing.
(Inherited from ICMSBaseProperties.) | |
TopN |
Select top N rows.
(Inherited from ICMSBaseProperties.) | |
TreeProvider |
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
| |
WhereCondition |
Property to set and get the WhereCondition.
(Inherited from ICMSBaseProperties.) |
Name | Description | |
---|---|---|
ReloadData |
Reload control data.
|