Click or drag to resize

exeAppendTemplateBundleItem Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the exeAppendTemplateBundleItem class.

Namespace:  imbSCI.Reporting.script.exeAppenders
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public exeAppendTemplateBundleItem(
	exeAppendTemplateOptions __options,
	string __filePath,
	PropertyCollectionExtended __data
)
Request Example View Source

Parameters

__options
Type: imbSCI.Reporting.script.exeAppendersexeAppendTemplateOptions
The options.
__filePath
Type: SystemString
The source file/directory path
__data
Type: imbSCI.Core.collectionPropertyCollectionExtended
Static data set used for template and filepath transformations.
See Also