Skip to main content

Commands: GetDestinationsAsync

Syntax

#Commands: GetDestinationsAsync

GetDestinationsAsync is used to retrieve all the configured synchronization destinations.

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

Example

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