Click or drag to resize
ICMSDataProperties Interface
Data controls interface definition.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public interface ICMSDataProperties : ICMSControlProperties, 
	ICMSBaseProperties

The ICMSDataProperties type exposes the following members.

Methods
  NameDescription
Public methodReloadData
Reload control data.
(Inherited from ICMSControlProperties.)
Top
Properties
  NameDescription
Public propertyCacheDependencies
Cache dependencies, each cache dependency on a new line.
(Inherited from ICMSBaseProperties.)
Public propertyCacheItemName
Name of the cache item the control will use.
(Inherited from ICMSBaseProperties.)
Public propertyCacheMinutes
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
(Inherited from ICMSBaseProperties.)
Public propertyCategoryName
Property to set and get the category name for filtering documents.
Public propertyClassNames
Class name value or several values separated by semicolon.
(Inherited from ICMSControlProperties.)
Public propertyCombineWithDefaultCulture
Indicates if the documents from the default culture version should be alternatively used.
(Inherited from ICMSControlProperties.)
Public propertyCultureCode
Culture code, such as en-us.
(Inherited from ICMSControlProperties.)
Public propertyFilterOutDuplicates
Indicates if the duplicated (linked) items should be filtered out from the data.
Public propertyCheckPermissions
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.)
Public propertyMaxRelativeLevel
Relative level of child documents that should be selected. -1 selects all child documents.
(Inherited from ICMSControlProperties.)
Public propertyOrderBy
Property to set and get the OrderBy.
(Inherited from ICMSBaseProperties.)
Public propertyPageSize
Number of items per page.
Public propertyPath
Path of the documents to be displayed. /% selects all documents.
(Inherited from ICMSControlProperties.)
Public propertyRelatedNodeIsOnTheLeftSide
If true, the returned nodes are on the right side of the relationship.
Public propertyRelationshipName
Name of the relationship.
Public propertyRelationshipWithNodeGuid
Select nodes with given relationship with given node.
Public propertySelectedColumns
Columns to select, null or empty returns all columns.
(Inherited from ICMSBaseProperties.)
Public propertySelectedItemTransformationName
Transformation name for selected item in format application.class.transformation.
Public propertySelectOnlyPublished
Indicates if only published documents should be displayed.
(Inherited from ICMSControlProperties.)
Public propertySelectTopN
Select top N rows.
Public propertySiteName
Property to set and get the SiteName.
(Inherited from ICMSBaseProperties.)
Public propertyStopProcessing
Stop processing.
(Inherited from ICMSBaseProperties.)
Public propertyTopN
Select top N rows.
(Inherited from ICMSBaseProperties.)
Public propertyTreeProvider
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
(Inherited from ICMSControlProperties.)
Public propertyWhereCondition
Property to set and get the WhereCondition.
(Inherited from ICMSBaseProperties.)
Top
See Also