Click or drag to resize

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
C#
public enum deliveryUnitItemType
Request Example View Source
Members
  Member nameValueDescription
none0
contentTemplate1 Text template with templateFieldSubcontent and (optionally) templateFieldBasic and other placeholders.
content2 The content - direct output node
dataTemplate3 String templates with templateFieldBasic and other placeholders.
supportFile4 It is a file that should be included into deliveryInstance output
supportFolder5 It is a complete folder that should be included into deli
dataSource6 It is an external source of data to be included inside [!:imbSCI.Reporting.reporting.render.IRenderExecutionContext.data] collection for template application
generatedOutput7 The item is actually automatically generated output
See Also