Click or drag to resize

deliveryUnitItemFileOutput Constructor (String, String, String, String, deliveryUnitItemContentTemplated)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Content from file to be exported at output path with optional deliveryUnitItemContentTemplated macro template

Namespace:  imbSCI.Reporting.meta.delivery.items
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public deliveryUnitItemFileOutput(
	string __sourcepath,
	string __outputPath,
	string __title = "",
	string __description = "",
	deliveryUnitItemContentTemplated __templateOutput = null
)
Request Example View Source

Parameters

__sourcepath
Type: SystemString
The sourcepath - relative to reportTheme directory
__outputPath
Type: SystemString
The output path - relative to deliveryInstance directory root. if null then it will not do file output
__title (Optional)
Type: SystemString
__description (Optional)
Type: SystemString
__templateOutput (Optional)
Type: imbSCI.Reporting.meta.delivery.itemsdeliveryUnitItemContentTemplated
The template output to deliver file output via its macro template (optional)
See Also