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.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static SelectTreeNodeCommand CreateSelectConfigurationNodeCommand(
string domainID,
string title
)
- domainID String
- The domain whose configuration node to navigate to.
- title String
- The title of the command.
SelectTreeNodeCommandThe command.