Click or drag to resize

aceAdvancedConsoleWorkspacesaveScript Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the script under specified filename (without extension, it will put the proper one automatically)

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void saveScript(
	string scriptname,
	List<string> content
)
Request Example View Source

Parameters

scriptname
Type: SystemString
The scriptname.
content
Type: System.Collections.GenericListString
The content.
See Also