Click or drag to resize

EndPointSynchronizerEnumerateStateEntries Method

Enumerates entries stored in the state provider for this endpoint.

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

Parameters

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

Return Value

Type: IEnumerableStateEntry
A list of entries.
See Also