Click or drag to resize
CacheSyncKind Enumeration
Defines options to control synchronization of a document in the local workspace.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public enum CacheSyncKind
Members
  Member nameValueDescription
AMUICACHE_DEFAULT0 Default sync action.
AMUICACHE_DONOTHING1 Do nothing.
AMUICACHE_TOLOCAL2 Copy to local cache.
AMUICACHE_TOREPOSITORY3 Copy to repository.
AMUICACHE_CONFLICT4 Conflict status flag.
AMUICACHE_CONFLICT_TOLOCAL6 Conflict sync to local cache.
AMUICACHE_CONFLICT_TOREPOSITORY7 Conflict sync to repository.
AMUICACHE_IFTOLOCAL8 Copy to local cache only if status is AMUICACHE_TOLOCAL.
AMUICACHE_IFTOREPOSITORY9 Copy to repository only if status is AMUICACHE_TOREPOSITORY.
Remarks
This enumeration overrides AMUICACHESYNCTYPES defined in BlueCieloECM.AMEdmUI PIA.
See Also