Click or drag to resize

docScriptAppendToFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves content to specified path. Path is local to context scope

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendToFile(
	string outputpath,
	string content
)
Request Example View Source

Parameters

outputpath
Type: SystemString
The filepath, including filename and extension
content
Type: SystemString
Any string content

Implements

ITextAppendContentAppendToFile(String, String)
See Also