Click or drag to resize

SyncGetEntryOptions Class

Defines options for the GetEntry method.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationSyncGetEntryOptions

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

The SyncGetEntryOptions type exposes the following members.

Constructors
  NameDescription
Public methodSyncGetEntryOptions
Initializes a new instance of the SyncGetEntryOptions 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 propertyIsTemporary
Gets or sets a value indicating whether the entry is temporary.
Public propertyJobChange
Gets the job change associated with this instance.
Top
See Also