Click or drag to resize

EndPointSynchronizerGetEntryFilePath Method

Gets a entry file path from the state provider.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetEntryFilePath(
	StateSyncEntry entry
)

Parameters

entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

Type: String
A full file path.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
See Also