AdminConfigurationManagerBaseCreateCommandDefinition Method

Converts a CustomDomainCommand into a serializable ConfigurationDomainCommand understood by MFAdmin.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual ConfigurationDomainCommand CreateCommandDefinition(
	DomainNodeLocation nodeLocation,
	CustomDomainCommand cmd
)

Parameters

nodeLocation  DomainNodeLocation
The node that defines the custom command.
cmd  CustomDomainCommand
The custom command definition.

Return Value

ConfigurationDomainCommand
A definition of the command that can be triggered from MFAdmin.

See Also