ICMSMenuProperties Properties |
The ICMSMenuProperties type exposes the following members.
Name | Description | |
---|---|---|
ApplyMenuDesign |
Indicates if apply document menu item properties.
| |
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.) | |
CheckPermissions |
Allows you to specify whether to check permissions of the current user. If the value is 'false' (default value) no permissions are checked. Otherwise, only nodes for which the user has read permission are displayed.
(Inherited from ICMSControlProperties.) | |
ClassNames |
Class name value or several values separated by semicolon.
(Inherited from ICMSControlProperties.) | |
Columns |
Columns to select, null or empty returns all columns.
| |
CombineWithDefaultCulture |
Indicates if the documents from the default culture version should be alternatively used.
(Inherited from ICMSControlProperties.) | |
CSSPrefix |
Specifies prefix of standard CMSMenu CSS classes. You can also use several values separated with semicolon (;) for particular levels.
| |
CultureCode |
Culture code, such as en-us.
(Inherited from ICMSControlProperties.) | |
HideControlForZeroRows |
Hides the control when no data is loaded. Default value is False.
| |
HighlightAllItemsInPath |
Indicates if all items in the unfolded path should be displayed as highlighted.
| |
MaxRelativeLevel |
Relative level of child documents that should be selected. -1 selects all child documents.
(Inherited from ICMSControlProperties.) | |
OrderBy |
Property to set and get the OrderBy.
(Inherited from ICMSBaseProperties.) | |
Path |
Path of the documents to be displayed. /% selects all documents.
(Inherited from ICMSControlProperties.) | |
SelectedColumns |
Columns to select, null or empty returns all columns.
(Inherited from ICMSBaseProperties.) | |
SelectOnlyPublished |
Indicates if only published documents should be displayed.
(Inherited from ICMSControlProperties.) | |
SiteName |
Property to set and get the SiteName.
(Inherited from ICMSBaseProperties.) | |
StopProcessing |
Stop processing.
(Inherited from ICMSBaseProperties.) | |
SubmenuIndicator |
Contains a path to image that will be used on the right of every item that contains subitems.
| |
TopN |
Select top N rows.
(Inherited from ICMSBaseProperties.) | |
TreeProvider |
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
(Inherited from ICMSControlProperties.) | |
UseAlternatingStyles |
Indicates if alternating styles should be used for even and odd items in the same level of the menu.
| |
UseItemImagesForHighlightedItem |
Indicates if highlighted images is not specified, use item image if exist.
| |
WhereCondition |
Property to set and get the WhereCondition.
(Inherited from ICMSBaseProperties.) | |
WordWrap |
Indicates if text can be wrapped or space is replaced with 'nbsp' entity.
| |
ZeroRowsText |
Text to be shown when the control is hidden by HideControlForZeroRows.
|