Click or drag to resize

aceConsoleScriptDeployTemplate Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates another instance of script, using this as template

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public aceConsoleScript DeployTemplate(
	string[] pars,
	string newScriptName = ""
)
Request Example View Source

Parameters

pars
Type: SystemString
The pars.
newScriptName (Optional)
Type: SystemString

Return Value

Type: aceConsoleScript
See Also