DashboardHelperAddRunDomainCommandBehavior Method
Adds behavior to an xml element so that when clicked/activated,
it triggers a domain command.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
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.