Click or drag to resize

ExtensionExecuteCommand Method

Executes a command which can be called with command line.

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected void ExecuteCommand(
	string commandName,
	IErrors errors,
	params string[] args
)

Parameters

commandName
Type: SystemString
Name of the command.
errors
Type: EBP.Api.Interfaces.MiscIErrors
The errors.
args
Type: SystemString
The arguments.
See Also