Click or drag to resize

EndPointSynchronizerEnumerateChildEntries Method

Enumerates the child entries of a given parent.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual IReadOnlyList<StateSyncEntry> EnumerateChildEntries(
	string parentId,
	SyncEnumerateEntriesOptions options
)

Parameters

parentId
Type: SystemString
The parent identifier.
options
Type: ShellBoost.Core.SynchronizationSyncEnumerateEntriesOptions
The options.

Return Value

Type: IReadOnlyListStateSyncEntry
A list of child entries for the parent.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentId is null.
See Also