Click or drag to resize
ICMSQueryProperties Interface
Query based controls interface definition.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public interface ICMSQueryProperties : ICMSBaseProperties

The ICMSQueryProperties type exposes the following members.

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 propertyForceCacheMinutes
Gets or sets the value that indicates whether cache minutes must be set manually (Cache minutes value is independent on view mode and cache settings)
Public propertyOrderBy
Property to set and get the OrderBy.
(Inherited from ICMSBaseProperties.)
Public propertyPageSize
Number of items per page.
Public propertyQueryName
Query name in format application.class.query.
Public propertySelectedColumns
Columns to select, null or empty returns all columns.
(Inherited from ICMSBaseProperties.)
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 propertyWhereCondition
Property to set and get the WhereCondition.
(Inherited from ICMSBaseProperties.)
Top
See Also