Click or drag to resize

ITextAppendContentAppendFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
File from sourcepath is copied to outputpath or used as data template if isDataTeplate is true

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void AppendFile(
	string sourcepath,
	string outputpath,
	bool isDataTemplate = false
)
Request Example View Source

Parameters

sourcepath
Type: SystemString
The sourcepath - within application directory
outputpath
Type: SystemString
The outputpath - local to context
isDataTemplate (Optional)
Type: SystemBoolean
if set to true the soucepath content will be processed as data template before saving output to outputpath
See Also