Click or drag to resize

EndPointSynchronizerGetEntryFilePath Method

Gets a entry file path from the state provider.

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

Parameters

entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.

Return Value

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