ESRI.ArcGIS.Mobile
SyncDirection Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : SyncDirection Enumeration

Defines the direction that data changes flow, from the perspective of the cache.

Syntax

Visual Basic (Declaration) 
Public Enum SyncDirection 
   Inherits Enum
C# 
public enum SyncDirection : Enum 

Members

MemberDescription
None No synchronization direction defined.
Bidirectional During the first synchronization, the client typically downloads an initial data set from the server. On subsequent synchronizations, the client uploads changes to the server and then downloads changes from the server.
DownloadOnly During the first synchronization, the client typically downloads an initial data set from the server. On subsequent synchronizations, the client downloads changes from the server.
UploadOnly During synchronization, the client uploads changes to the server.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.MobileServices.SyncDirection

Requirements

Namespace: ESRI.ArcGIS.Mobile.MobileServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also