DashboardHelperCreateDomainCommand(String, String, String) Method
Converts a domain command into a dashboard command.
When clicked/activated, the domain command will be triggered.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static DashboardDomainCommand CreateDomainCommand(
string title,
string domainCmdId,
string tooltip = ""
)
- title String
- The title of the command.
- domainCmdId String
- The id of the domain command.
- tooltip String (Optional)
- The tooltip text for the command.
DashboardDomainCommandThe dashboard command.