DashboardHelperAddClass Method
Utility method for adding a class to an element.
Concatenates the classname (separated by a space) to the class attribute if already defined.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static void AddClass(
XmlElement elem,
string className
)
Parameters
- elem XmlElement
- The element to add the class to.
- className String
- The class name to add.