Click or drag to resize

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
C#
[FlagsAttribute]
public enum deliveryUnitItemFlags
Request Example View Source
Members
  Member nameValueDescription
none0
zippedSource1 The item is contained in an archive file
filenameIsDataTemplate2 Output filenames are data templates that should be preprocessed before used
filenameExtensionIsStatic4 It will prevend deliveryUnit to change any predefined filename extension
linkToPrimaryContent8 It will create proper link within primary content. i.e. for CSS file it will include style tag in head part of HTML output
useTemplate16
useCopy32
deployTemplateOnPrepare64
See Also