Click or drag to resize

deliveryUnitAddReportIncludeFiles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds all files matching the filesearch pattern, inside path

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AddReportIncludeFiles(
	string path,
	deliveryUnitItemContentTemplated transformator,
	string filesearch = "*.md",
	bool copyOriginals = true
)
Request Example View Source

Parameters

path
Type: SystemString
The path inside reportInclude folder
transformator
Type: imbSCI.Reporting.meta.delivery.itemsdeliveryUnitItemContentTemplated
The transformator - output item that transformes included content
filesearch (Optional)
Type: SystemString
File search pattern to get the files
copyOriginals (Optional)
Type: SystemBoolean
See Also