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.

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 AddSelectNodeBehavior(
	DashboardCommand dashboardCmd,
	string nodePath
)

Parameters

dashboardCmd  DashboardCommand
The command to add the behavior to.
nodePath  String
The node path to navigate to.

See Also