Click or drag to resize

ISyncStateProvider2GetEntryByName Method

Gets an entry using its parent and name.

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

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
parentEntryId
Type: SystemString
The parent entry identifier.
name
Type: SystemString
The name.

Return Value

Type: StateSyncEntry
An instance of the StateSyncEntry class or null if it was not found.
See Also