Click or drag to resize

LocalFileSystemEnumerateEntries 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.SynchronizationSyncContext
A sync context.
parentEntry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The parent entry.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationSyncEnumerateEntriesOptions
The options.

Return Value

Type: IEnumerableStateSyncEntry
A list of child entries.

Implements

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