DashboardHelperCreateSelectConfigurationNodeCommand(String, String) Method

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

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,
	string title
)

Parameters

domainID  String
The domain whose configuration node to navigate to.
title  String
The title of the command.

Return Value

SelectTreeNodeCommand
The command.

See Also