Click or drag to resize

imbStringBuilderBaseAppendToFile Method

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

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
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
Exceptions
ExceptionCondition
NotImplementedException
See Also