Click or drag to resize

deliveryUnitAddThemeSupportFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds a theme support file.

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public deliveryUnitItemSupportFile AddThemeSupportFile(
	string sourcePath,
	string outputPath = "include\",
	appendLinkType linkType = appendLinkType.unknown
)
Request Example View Source

Parameters

sourcePath
Type: SystemString
The source path - relative to reportTheme folder
outputPath (Optional)
Type: SystemString
The output path - relative to deliveryInstance output folder
linkType (Optional)
Type: imbSCI.Data.enums.appendsappendLinkType

Return Value

Type: deliveryUnitItemSupportFile
See Also