DashboardHelperCreateSelectDomainNodeCommand(String, String) 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(
	string domainID,
	string title
)

Parameters

domainID  String
The domain to navigate to.
title  String
The title of the command.

Return Value

SelectTreeNodeCommand
The command.

See Also