Click or drag to resize

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
C#
public enum deliveryUnitItemLocationBase
Request Example View Source
Members
  Member nameValueDescription
unknown0 The location of item is unset
localResource1 The local resource - item will be saved into current scope [!:imbSCI.Reporting.reporting.render.IRenderExecutionContext.directoryScope]
globalDocumentResource2 It is a resource shared within the current document (closest parent to the current logical scope)
globalDocumentSetResource3 It is a resource shared within the document set (closest parent to the current logical scope)
globalDeliveryResource4 It is a resources shared within the complete deliveryInstance output
externalWebResource5 The item is actually an URI retrieved via http request
globalDeliveryContent6
See Also