Click or drag to resize

EndPointSynchronizer.EnumerateStateEntries Method

Enumerates entries stored in the state provider for this endpoint.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<StateEntry> EnumerateStateEntries(
	string parentEntryId
)

Parameters

parentEntryId
Type: System.String
The parent entry identifier. Use null to gather all entries.

Return Value

Type: IEnumerable<StateEntry>
A list of entries.
See Also