Gets document CSS class comparing the current document node alias path.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- nodeAliasPath
- Type: System String
Node alias path
- cssClass
- Type: System String
CSS class
- selectedCssClass
- Type: System String
Selected CSS class
Return Value
Type: StringReturns selectedCssClass if given node alias path matches the current document node alias path. Otherwise returns cssClass.
See Also