Click or drag to resize

ISyncStateProviderGetEntryByFilePath Method

Gets a entry using a file path.

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

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
filePath
Type: SystemString
The file path.

Return Value

Type: StateSyncEntry
An entry instance or null if no entry was found.
See Also