DashboardHelperCreateDomainCommand Method (String, String, String) |
Converts a domain command into a dashboard command.
When clicked/activated, the domain command will be triggered.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static DashboardDomainCommand CreateDomainCommand(
string title,
string domainCmdId,
string tooltip = ""
)
Public Shared Function CreateDomainCommand (
title As String,
domainCmdId As String,
Optional tooltip As String = ""
) As DashboardDomainCommand
public:
static DashboardDomainCommand^ CreateDomainCommand(
String^ title,
String^ domainCmdId,
String^ tooltip = L""
)
Parameters
- title
- Type: SystemString
The title of the command. - domainCmdId
- Type: SystemString
The id of the domain command. - tooltip (Optional)
- Type: SystemString
The tooltip text for the command.
Return Value
Type:
DashboardDomainCommandThe dashboard command.
See Also