Click or drag to resize

imbStringBuilderBaseAppendFromFile Method

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

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual 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. This parameter has no effect when used on builder directly
Exceptions
ExceptionCondition
NotImplementedException
See Also