Click or drag to resize

ITextAppendContentAppendToFile Method

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

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
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
See Also