DashboardHelperCreateDomainCommand(ConfigurationDomainCommand) 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(
	ConfigurationDomainCommand domainCmd
)

Parameters

domainCmd  ConfigurationDomainCommand
The domain command.

Return Value

DashboardDomainCommand
The dashboard command.

See Also