Click or drag to resize

docScriptAppendFromFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads content from sourcepath into renderer [if datakey is none or into data field if specified.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendFromFile(
	string sourcepath,
	templateFieldSubcontent datakey = templateFieldSubcontent.none,
	bool isLocalSource = false
)
Request Example View Source

Parameters

sourcepath
Type: SystemString
The sourcepath.
datakey (Optional)
Type: imbSCI.Data.enums.fieldstemplateFieldSubcontent
The datakey.
isLocalSource (Optional)
Type: SystemBoolean
if set to truesourcepath is interpreted as local to context

Implements

ITextAppendContentAppendFromFile(String, templateFieldSubcontent, Boolean)
See Also