Defines options to control briefcase open.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[FlagsAttribute] public enum BriefcaseOpenFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration BriefcaseOpenFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class BriefcaseOpenFlags |
Members
Member name | Value | Description | |
---|---|---|---|
AMBRC_OF_READONLY | 1 | Specifies to open an existing briefcase for reading. | |
AMBRC_OF_MULTIUSER | 2 | Specifies to open an existing briefcase. | |
AMBRC_OF_CREATE | 4 | Specifies to create a new briefcase. If the briefcase already exists, it will be overwritten. | |
AMBRC_OF_UPDATE | 8 | Specifies to open an existing briefcase for writing. | |
AMBRC_OF_KEEPCACHE | 16 | Specifies to use cached briefcase. |
Remarks
This enumeration overrides AMBRC_OPTIONFLAGS
defined in BlueCieloECM.AMBriefCase PIA.