DashboardHelperAddSelectNodeBehavior(DashboardCommand, String) Method
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.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static void AddSelectNodeBehavior(
DashboardCommand dashboardCmd,
string nodePath
)
Parameters
- dashboardCmd DashboardCommand
- The command to add the behavior to.
- nodePath String
- The node path to navigate to.