TransformationHelperGetDocumentCssClass Method |
Gets document CSS class comparing the current document node alias path.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string GetDocumentCssClass(
string nodeAliasPath,
string cssClass,
string selectedCssClass
)
Parameters
- nodeAliasPath
- Type: SystemString
Node alias path - cssClass
- Type: SystemString
CSS class - selectedCssClass
- Type: SystemString
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