Click or drag to resize

SyncDeleteEntryOptions Class

Defines options for the DeleteEntry method.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationSyncDeleteEntryOptions

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

The SyncDeleteEntryOptions type exposes the following members.

Constructors
  NameDescription
Public methodSyncDeleteEntryOptions
Initializes a new instance of the SyncDeleteEntryOptions class.
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets or sets task cancellation token.
Public propertyJobChange
Gets the job change associated with this instance.
Public propertyRecursive
Gets or sets a value indicating whether deletion is recursive or not.
Public propertyUnprotect
Gets or sets a value indicating whether the entry can be unprotected if needed.
Top
See Also