 | deliveryUnitItemType Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
deliveryUnitItemType -- defines one file/content action
Namespace:
imbSCI.Reporting.meta.delivery
Assembly:
imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| contentTemplate | 1 |
Text template with templateFieldSubcontent and (optionally) templateFieldBasic and other placeholders.
|
| content | 2 |
The content - direct output node
|
| dataTemplate | 3 |
String templates with templateFieldBasic and other placeholders.
|
| supportFile | 4 |
It is a file that should be included into deliveryInstance output
|
| supportFolder | 5 |
It is a complete folder that should be included into deli
|
| dataSource | 6 |
It is an external source of data to be included inside [!:imbSCI.Reporting.reporting.render.IRenderExecutionContext.data] collection for template application
|
| generatedOutput | 7 |
The item is actually automatically generated output
|
See Also