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.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also