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
Member name Description
UploadAndDownload Upload followed by download.
DownloadAndUpload Download followed by upload.
Upload Upload only.
Download Download only.

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)