Click or drag to resize

MultiPointSynchronizerGetSources Method

Gets the available sources endpoints for a given path, from a given set of endpoints.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IReadOnlyList<SyncEntrySource> GetSources(
	string relativeFilePath,
	IEnumerable<EndPointSynchronizer> endpoints = null
)

Parameters

relativeFilePath
Type: SystemString
The relative file path.
endpoints (Optional)
Type: System.Collections.GenericIEnumerableEndPointSynchronizer
A list of endpoints. If null all FileSystemRead endpoints are considered.

Return Value

Type: IReadOnlyListSyncEntrySource
A list of source, sorted by priority.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelativeFilePath is null.
See Also