AdminConfigurationManagerBaseExecuteBuiltInCommand Method

Executes a built-in node command.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual Object ExecuteBuiltInCommand(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation,
	BuiltInDomainCommand command,
	params string[] args
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.
command  BuiltInDomainCommand
The built-in command to trigger.
args  String
Optional arguments to pass to the command.

Return Value

Object
The command response.

See Also