DashboardHelperCreateSelectConfigurationNodeCommand(String) Method

Creates a command that when clicked/activated will navigate to a domain's configuration tree node in the configurator's navigation pane. Uses default configure label.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static SelectTreeNodeCommand CreateSelectConfigurationNodeCommand(
	string domainID
)

Parameters

domainID  String
The domain whose configuration node to navigate to.

Return Value

SelectTreeNodeCommand
The command.

See Also