Select from following answers:- SyncDirection.UploadOnly
- SyncDirection.DownloadOnly
- SyncDirection.Bidirectional
- SyncDirection.Snapshot
- All Above
SyncDirection.Bidirectional sends changes to the server and receives changes from the server.
SyncDirection.DownloadOnly only receives changes and does not send changes to the server.
SyncDirection.UploadOnly only sends changes to the server.
Show Correct Answer
Source: MSDN | |
Alert Moderator