Click or drag to resize

LocalFileSystem.EnumerateEntries Method

Enumerates the child entries of an entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IEnumerable<StateSyncEntry> EnumerateEntries(
	SyncContext context,
	StateSyncEntry parentEntry,
	SyncEnumerateEntriesOptions options = null
)

Parameters

context
Type: callback.ShellBoost.Core.Synchronization.SyncContext
A sync context.
parentEntry
Type: callback.ShellBoost.Core.Synchronization.StateSyncEntry
The parent entry.
options (Optional)
Type: callback.ShellBoost.Core.Synchronization.SyncEnumerateEntriesOptions
The options.

Return Value

Type: IEnumerable<StateSyncEntry>
A list of child entries.

Implements

ISyncFileSystemRead.EnumerateEntries(SyncContext, StateSyncEntry, SyncEnumerateEntriesOptions)
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null or parentEntry is null.
ArgumentExceptionnull - parentEntry
See Also