Click or drag to resize

deliveryUnitAddThemeSupportFiles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds all files found in the themeFolder that match search and they were not already included

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public List<deliveryUnitItemSupportFile> AddThemeSupportFiles(
	string themeFolder,
	string search,
	string outputPath = "include\",
	bool doForcePostLinks = false
)
Request Example View Source

Parameters

themeFolder
Type: SystemString
The theme folder.
search
Type: SystemString
outputPath (Optional)
Type: SystemString
The output path.
doForcePostLinks (Optional)
Type: SystemBoolean

Return Value

Type: ListdeliveryUnitItemSupportFile
See Also