DashboardHelperCreateSelectDomainNodeCommand Method (String, String) |
Creates a command that when clicked/activated will navigate to a
domain's tree node in the configurator's navigation pane.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static SelectTreeNodeCommand CreateSelectDomainNodeCommand(
string domainID,
string title
)
Public Shared Function CreateSelectDomainNodeCommand (
domainID As String,
title As String
) As SelectTreeNodeCommand
public:
static SelectTreeNodeCommand^ CreateSelectDomainNodeCommand(
String^ domainID,
String^ title
)
Parameters
- domainID
- Type: SystemString
The domain to navigate to. - title
- Type: SystemString
The title of the command.
Return Value
Type:
SelectTreeNodeCommandThe command.
See Also