DashboardHelperAddRunDomainCommandBehavior Method |
Adds behavior to an xml element so that when clicked/activated,
it triggers a domain command.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static void AddRunDomainCommandBehavior(
XmlElement elem,
string domainCmdID
)
Parameters
- elem
- Type: System.XmlXmlElement
The element to add the behavior to. - domainCmdID
- Type: SystemString
The id of the domain command to trigger.
See Also