Click or drag to resize

docScriptToFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Save docScript in textFormat and open it with openWith external tool

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public string ToFile(
	docScriptInstructionTextFormatEnum textFormat,
	string filepath,
	externalTool openWith = externalTool.none
)
Request Example View Source

Parameters

textFormat
Type: imbSCI.Reporting.scriptdocScriptInstructionTextFormatEnum
The text format.
filepath
Type: SystemString
The filepath.
openWith (Optional)
Type: imbSCI.Data.enumsexternalTool
The open with.

Return Value

Type: String
Filepath where script was saved
See Also