ICMSQueryProperties Interface |
Namespace: CMS.Controls
public interface ICMSQueryProperties : ICMSBaseProperties
The ICMSQueryProperties 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.) |
![]() | ForceCacheMinutes |
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)
|
![]() | OrderBy |
Property to set and get the OrderBy.
(Inherited from ICMSBaseProperties.) |
![]() | PageSize |
Number of items per page.
|
![]() | QueryName |
Query name in format application.class.query.
|
![]() | SelectedColumns |
Columns to select, null or empty returns all columns.
(Inherited from ICMSBaseProperties.) |
![]() | 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.) |
![]() | WhereCondition |
Property to set and get the WhereCondition.
(Inherited from ICMSBaseProperties.) |