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)
Syntax
'Declaration
Public Enumeration SyncDirectionOrder
'Usage
Dim instance As SyncDirectionOrder
public enum SyncDirectionOrder
public enum class SyncDirectionOrder
public enum SyncDirectionOrder
public enum SyncDirectionOrder
Members
Member name | Description | |
---|---|---|
Download | Download only. | |
DownloadAndUpload | Download followed by upload. | |
Upload | Upload only. | |
UploadAndDownload | Upload followed by download. |
Remarks
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.