Click or drag to resize
BriefcaseImportFlags Enumeration
Defines briefcase import options.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[FlagsAttribute]
public enum BriefcaseImportFlags
Members
  Member nameValueDescription
AM_BRCIF_GCFOPERATION128 Briefcase is intended for GCF operation.
AM_BRCIF_SYNCPROPS512 Synchronize Properties from File is executed after import.
AM_BRCIF_REUSEPATH2048 Reuse document path from briefcase.
AM_BRCIF_SYNCSTATE4096 Synchronize target document SDWF state on import.
AM_BRCIF_SKIPREFINFO8192 Skip reference information on import.
Remarks
This enumeration overrides AM_BRC_IMPORTFLAGS defined in BlueCieloECM.AMEdmUI PIA.
See Also