Click or drag to resize
ICMSBaseProperties Interface
Base properties interface.

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

The ICMSBaseProperties type exposes the following members.

Properties
  NameDescription
Public propertyCacheDependencies
Cache dependencies, each cache dependency on a new line.
Public propertyCacheItemName
Name of the cache item the control will use.
Public propertyCacheMinutes
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
Public propertyOrderBy
Property to set and get the OrderBy.
Public propertySelectedColumns
Columns to select, null or empty returns all columns.
Public propertySiteName
Property to set and get the SiteName.
Public propertyStopProcessing
Stop processing.
Public propertyTopN
Select top N rows.
Public propertyWhereCondition
Property to set and get the WhereCondition.
Top
See Also