Click or drag to resize
CMSAbstractBaseProperties Properties

The CMSAbstractBaseProperties 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 propertyControlContext
Control context.
Public propertyControlTagKey
Overrides the generation of the SPAN tag with custom tag.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyOrderBy
ORDER BY part of the SQL statement.
Public propertyParentControl
Parent control.
Public propertySelectedColumns
Gets or sets the columns to be retrieved from database.
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertySiteName
Site code name.
Public propertyStopProcessing
Indicates if processing of the control should be stopped and the control should not retrieve or display any data.
Public propertyTopN
Select top N rows.
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Public propertyWhereCondition
WHERE part of the SQL statement.
Top
See Also