 | 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)
Syntaxprotected void ExecuteCommand(
string commandName,
IErrors errors,
params string[] args
)
Protected Sub ExecuteCommand (
commandName As String,
errors As IErrors,
ParamArray args As String()
)
Parameters
- commandName
- Type: SystemString
Name of the command. - errors
- Type: EBP.Api.Interfaces.MiscIErrors
The errors. - args
- Type: SystemString
The arguments.
See Also