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
<FlagsAttribute>
Public Enumeration 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.
See Also