CMSAbstractBaseProperties Properties |
The CMSAbstractBaseProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheDependencies |
Cache dependencies, each cache dependency on a new line.
|
![]() | CacheItemName |
Name of the cache item the control will use.
|
![]() | CacheMinutes |
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
|
![]() | ControlContext |
Control context.
|
![]() | ControlTagKey |
Overrides the generation of the SPAN tag with custom tag.
|
![]() | IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) |
![]() | OrderBy |
ORDER BY part of the SQL statement.
|
![]() | ParentControl |
Parent control.
|
![]() | SelectedColumns |
Gets or sets the columns to be retrieved from database.
|
![]() | ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) |
![]() | SiteName |
Site code name.
|
![]() | StopProcessing |
Indicates if processing of the control should be stopped and the control should not retrieve or display any data.
|
![]() | TopN |
Select top N rows.
|
![]() | WhereCondition |
WHERE part of the SQL statement.
|