Click or drag to resize

deliveryUnitItemFileOutput Constructor (String, templateFieldSubcontent, deliveryUnitItemLocationBase, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
DataField mode: loads content file and on scopeInOperation applies context data and saves result to output field.

Namespace:  imbSCI.Reporting.meta.delivery.items
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public deliveryUnitItemFileOutput(
	string __sourcepath,
	templateFieldSubcontent __outputfield,
	deliveryUnitItemLocationBase __location,
	string __title = "",
	string __description = ""
)
Request Example View Source

Parameters

__sourcepath
Type: SystemString
The sourcepath - relative to reportTheme directory
__outputfield
Type: imbSCI.Data.enums.fieldstemplateFieldSubcontent
The outputfield.
__location
Type: imbSCI.Reporting.meta.deliverydeliveryUnitItemLocationBase
The location - level to be triggered
__title (Optional)
Type: SystemString
__description (Optional)
Type: SystemString
See Also