DashboardHelperAddRunDomainCommandBehavior Method

Adds behavior to an xml element so that when clicked/activated, it triggers a domain command.

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 AddRunDomainCommandBehavior(
	XmlElement elem,
	string domainCmdID
)

Parameters

elem  XmlElement
The element to add the behavior to.
domainCmdID  String
The id of the domain command to trigger.

See Also