Click or drag to resize
CMSAbstractMenuPropertiesGetCSSPrefix Method
Returns CSS prefix for the specified menu level. If no particular prefix is specified for the level, it returns CSS class for the last defined level.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetCSSPrefix(
	int level
)

Parameters

level
Type: SystemInt32
Menu level. Use 0 for the top level

Return Value

Type: String
See Also