EndPointSynchronizerGetSources Method |
Gets the available sources endpoints for a given path, from a given set of endpoints, excluding this instance.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IReadOnlyList<SyncEntrySource> GetSources(
string relativeFilePath
)
Parameters
- relativeFilePath
- Type: SystemString
The relative file path.
Return Value
Type:
IReadOnlyListSyncEntrySource
A list of source, sorted by priority.
Exceptions See Also