ICMSDataProperties Interface |
Namespace: CMS.DocumentEngine.Web.UI
public interface ICMSDataProperties : ICMSControlProperties, ICMSBaseProperties
The ICMSDataProperties 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.) | |
CategoryName |
Property to set and get the category name for filtering documents.
| |
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.
(Inherited from ICMSControlProperties.) | |
ClassNames |
Class name value or several values separated by semicolon.
(Inherited from ICMSControlProperties.) | |
CombineWithDefaultCulture |
Indicates if the documents from the default culture version should be alternatively used.
(Inherited from ICMSControlProperties.) | |
CultureCode |
Culture code, such as en-us.
(Inherited from ICMSControlProperties.) | |
FilterOutDuplicates |
Indicates if the duplicated (linked) items should be filtered out from the data.
| |
MaxRelativeLevel |
Relative level of child documents that should be selected. -1 selects all child documents.
(Inherited from ICMSControlProperties.) | |
OrderBy |
Property to set and get the OrderBy.
(Inherited from ICMSBaseProperties.) | |
PageSize |
Number of items per page.
| |
Path |
Path of the documents to be displayed. /% selects all documents.
(Inherited from ICMSControlProperties.) | |
RelatedNodeIsOnTheLeftSide |
If true, the returned nodes are on the right side of the relationship.
| |
RelationshipName |
Name of the relationship.
| |
RelationshipWithNodeGuid |
Select nodes with given relationship with given node.
| |
SelectedColumns |
Columns to select, null or empty returns all columns.
(Inherited from ICMSBaseProperties.) | |
SelectedItemTransformationName |
Transformation name for selected item in format application.class.transformation.
| |
SelectOnlyPublished |
Indicates if only published documents should be displayed.
(Inherited from ICMSControlProperties.) | |
SelectTopN |
Select top N rows.
| |
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.
(Inherited from ICMSControlProperties.) | |
WhereCondition |
Property to set and get the WhereCondition.
(Inherited from ICMSBaseProperties.) |
Name | Description | |
---|---|---|
ReloadData |
Reload control data.
(Inherited from ICMSControlProperties.) |