This topic has not yet been rated - Rate this topic

SyncDirectionOrder Enumeration

Indicates the direction of synchronization. For two-way synchronizations this also includes the order in which the synchronizations are performed.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public enum SyncDirectionOrder
public enum SyncDirectionOrder
public enum SyncDirectionOrder
  Member name Description
Download Download only. 
DownloadAndUpload Download followed by upload. 
Upload Upload only. 
UploadAndDownload Upload followed by download. 

The direction is combined with the relative positions of the synchronization providers to determine the flow of changes during synchronization. Upload means changes originate from the local provider and are applied to the remote provider. Download means changes originate from the remote provider and are applied to the local provider.

Did you find this helpful?
(1500 characters remaining)