Click or drag to resize

ISyncStateProviderGetEntry Method

Gets an entry using its identifier.

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

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
entryId
Type: SystemString
The entry identifier. Cannot be null and cannot be the root identifier.

Return Value

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