Click or drag to resize

docScriptAppendFile Method

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

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public 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

Implements

ITextAppendContentAppendFile(String, String, Boolean)
See Also