Click or drag to resize

BriefcaseOpenFlags Enumeration

Defines options to control briefcase open.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[FlagsAttribute]
public enum BriefcaseOpenFlags
Members
  Member nameValueDescription
AMBRC_OF_READONLY1 Specifies to open an existing briefcase for reading.
AMBRC_OF_MULTIUSER2 Specifies to open an existing briefcase.
AMBRC_OF_CREATE4 Specifies to create a new briefcase. If the briefcase already exists, it will be overwritten.
AMBRC_OF_UPDATE8 Specifies to open an existing briefcase for writing.
AMBRC_OF_KEEPCACHE16 Specifies to use cached briefcase.
Remarks
This enumeration overrides AMBRC_OPTIONFLAGS defined in BlueCieloECM.AMBriefCase PIA.
See Also