DashboardHelperAddSelectNodeBehavior Method (DashboardCommand, String) |
Adds behavior to a command, so that when it is clicked/activated
the configurator will navigate to the tree node at the nodePath specified.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static void AddSelectNodeBehavior(
DashboardCommand dashboardCmd,
string nodePath
)
Public Shared Sub AddSelectNodeBehavior (
dashboardCmd As DashboardCommand,
nodePath As String
)
public:
static void AddSelectNodeBehavior(
DashboardCommand^ dashboardCmd,
String^ nodePath
)
Parameters
- dashboardCmd
- Type: MFiles.VAF.Configuration.Domain.DashboardsDashboardCommand
The command to add the behavior to. - nodePath
- Type: SystemString
The node path to navigate to.
See Also