Defines options to control synchronization of a document in the local workspace.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public enum CacheSyncKind |
| Visual Basic |
|---|
Public Enumeration CacheSyncKind |
| Visual C++ |
|---|
public enum class CacheSyncKind |
Members
| Member name | Value | Description | |
|---|---|---|---|
| AMUICACHE_DEFAULT | 0 | Default sync action. | |
| AMUICACHE_DONOTHING | 1 | Do nothing. | |
| AMUICACHE_TOLOCAL | 2 | Copy to local cache. | |
| AMUICACHE_TOREPOSITORY | 3 | Copy to repository. | |
| AMUICACHE_CONFLICT | 4 | Conflict status flag. | |
| AMUICACHE_CONFLICT_TOLOCAL | 6 | Conflict sync to local cache. | |
| AMUICACHE_CONFLICT_TOREPOSITORY | 7 | Conflict sync to repository. | |
| AMUICACHE_IFTOLOCAL | 8 | Copy to local cache only if status is AMUICACHE_TOLOCAL. | |
| AMUICACHE_IFTOREPOSITORY | 9 | Copy to repository only if status is AMUICACHE_TOREPOSITORY. |
Remarks
This enumeration overrides AMUICACHESYNCTYPES
defined in BlueCieloECM.AMEdmUI PIA.