Click or drag to resize

ISyncStateProviderGetEntryFilePath Method

Gets an entry file path relative to the file system root path, for a given endpoint synchronizer.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
string GetEntryFilePath(
	EndPointSynchronizer synchronizer,
	string entryId
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
entryId
Type: SystemString
The entry identifier.

Return Value

Type: String
A file path or null if the path couldn't be computed because of missing hierarchy entries.
See Also