Click or drag to resize

SyncUpdateEntryOptions Class

Defines options for the UpdateEntry method.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationSyncUpdateEntryOptions

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

The SyncUpdateEntryOptions type exposes the following members.

Constructors
  NameDescription
Public methodSyncUpdateEntryOptions
Initializes a new instance of the SyncUpdateEntryOptions class
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets or sets task cancellation token.
Public propertyCanCreate
Gets or sets a value indicating whether the entry can be created during the UpdateEntry method call.
Public propertyJobChange
Gets the job change associated with this instance.
Top
See Also