Click or drag to resize

aceAdvancedConsoleTState, TWorkspaceaceOperation_scriptTemplate Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "script", Name = "Template", ShortName = "", 
	Description = "Uses template script file to dynamically create customized execution script")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It loads specified template script file and applies provided parameters to the {n} template placeholders")]
public void aceOperation_scriptTemplate(
	string templateName = "word",
	string parameters = "2,SM-LSD,1,preloadLexicon",
	bool saveScript = true
)
Request Example View Source

Parameters

templateName (Optional)
Type: SystemString
parameters (Optional)
Type: SystemString
saveScript (Optional)
Type: SystemBoolean
See Also