Click or drag to resize

SyncEnumerateEntriesOptions Class

Defines options for the EnumerateEntries method.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationSyncEnumerateEntriesOptions

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class SyncEnumerateEntriesOptions

The SyncEnumerateEntriesOptions type exposes the following members.

Constructors
  NameDescription
Public methodSyncEnumerateEntriesOptions
Initializes a new instance of the SyncEnumerateEntriesOptions class
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets or sets task cancellation token.
Public propertyLevel
Gets or sets the enumeration level.
Top
See Also