Commands: GetDestinationsAsync

GetDestinationsAsync is used to retrieve all the configured synchronization destinations.

Syntax

Task<SynchronizationDestination[]> GetDestinationsAsync();
Return Value
Task<SynchronizationDestination[]> The array of synchronization destinations

Example

SynchronizationDestination[] destinations = await store.AsyncFilesCommands.Synchronization
													.GetDestinationsAsync();