DashboardHelperCreateDomainCommand(String, String, String) Method

Converts a domain command into a dashboard command. When clicked/activated, the domain command will be triggered.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static DashboardDomainCommand CreateDomainCommand(
	string title,
	string domainCmdId,
	string tooltip = ""
)

Parameters

title  String
The title of the command.
domainCmdId  String
The id of the domain command.
tooltip  String  (Optional)
The tooltip text for the command.

Return Value

DashboardDomainCommand
The dashboard command.

See Also