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.53.0)
Syntax
[FlagsAttribute] public enum 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
See Also