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 nameDescription
UploadAndDownloadUpload followed by download.
DownloadAndUploadDownload followed by upload.
UploadUpload only.
DownloadDownload 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)
© 2013 Microsoft. All rights reserved.