Click or drag to resize

ISyncStateProviderEnumerateEntries Method

Enumerates children entries for a parent identifier, for a given endpoint synchronizer.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
IEnumerable<StateSyncEntry> EnumerateEntries(
	EndPointSynchronizer synchronizer,
	string parentEntryId,
	SyncEnumerateEntriesOptions options = null
)

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
parentEntryId
Type: SystemString
The parent entry identifier or null to enumerate all entries.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationSyncEnumerateEntriesOptions
The options.

Return Value

Type: IEnumerableStateSyncEntry
A list of entries.
See Also