 | deliveryUnitItemFlags Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Execution flags
Namespace:
imbSCI.Reporting.meta.delivery
Assembly:
imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| zippedSource | 1 |
The item is contained in an archive file
|
| filenameIsDataTemplate | 2 |
Output filenames are data templates that should be preprocessed before used
|
| filenameExtensionIsStatic | 4 |
It will prevend deliveryUnit to change any predefined filename extension
|
| linkToPrimaryContent | 8 |
It will create proper link within primary content. i.e. for CSS file it will include style tag in head part of HTML output
|
| useTemplate | 16 | |
| useCopy | 32 | |
| deployTemplateOnPrepare | 64 | |
See Also