Defines the possible actions of importing documents to a briefcase.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
AS_BRCIA_NONE | 0 | Do nothing. | |
AS_BRCIA_IMPORT | 1 | Import as new document. | |
AS_BRCIA_UPDATE | 2 | Update an existing document. | |
AS_BRCIA_CHECKIN | 3 | CheckIn an existing document. | |
AS_BRCIA_UNDO | 4 | Undo CheckOut. |
Remarks
See Also