 | deliveryUnitItemLocationBase Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Targeted location of the unit item
Namespace:
imbSCI.Reporting.meta.delivery
Assembly:
imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| unknown | 0 |
The location of item is unset
|
| localResource | 1 |
The local resource - item will be saved into current scope [!:imbSCI.Reporting.reporting.render.IRenderExecutionContext.directoryScope] |
| globalDocumentResource | 2 |
It is a resource shared within the current document (closest parent to the current logical scope)
|
| globalDocumentSetResource | 3 |
It is a resource shared within the document set (closest parent to the current logical scope)
|
| globalDeliveryResource | 4 |
It is a resources shared within the complete deliveryInstance output
|
| externalWebResource | 5 |
The item is actually an URI retrieved via http request
|
| globalDeliveryContent | 6 | |
See Also