ExtensionMethodAdminConfigurationManagerCreateCommandMethodSource Method

Creates a method source MFAdmin can use to trigger a custom command.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public override MethodSourceDefinition CreateCommandMethodSource(
	DomainNodeLocation nodeLocation,
	string commandID
)

Parameters

nodeLocation  DomainNodeLocation
The node that defines the command.
commandID  String
The command id.

Return Value

MethodSourceDefinition
Router compatible method source.

See Also