Click or drag to resize

docScriptFlags Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
[FlagsAttribute]
public enum docScriptFlags
Request Example View Source
Members
  Member nameValueDescription
none0
ignoreNavigation1
ignoreCompilationFails2 It will not report error on compilation failure
ignoreArgumentValueNull4
nullDirectoryToCurrent8
allowFailedInstructions16 It will allow exection of docScriptInstructionCompiled even in case of compilation failure
disableGlobalCollection32 The disable global collection call on [!:deliveryInstance.executePrepare(meta.documentSet.metaDocumentSet, string, PropertyCollection)]
enableLocalCollection64 It will allow AppendDataFields call on newScope when [!:deliveryInstance.x_scopeAutoCreate(IObjectWithPathAndChildSelector)] performed
useDataDictionaryForLocalData128
See Also