DashboardHelperCreateSelectDomainNodeCommand(ConfigurationDomain) Method

Creates a command that when clicked/activated will navigate to a domain's 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 CreateSelectDomainNodeCommand(
	ConfigurationDomain domain
)

Parameters

domain  ConfigurationDomain
The domain to navigate to.

Return Value

SelectTreeNodeCommand
The command.

See Also