Click or drag to resize

SyncSetEntryContentOptions Class

Defines options for set SetEntryContentAsync method.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationSyncSetEntryContentOptions

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

The SyncSetEntryContentOptions type exposes the following members.

Constructors
  NameDescription
Public methodSyncSetEntryContentOptions
Initializes a new instance of the SyncSetEntryContentOptions class
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets or sets task cancellation token.
Public propertyCount
Gets or sets the content count.
Public propertyJobChange
Gets the job change associated with this instance.
Public propertyOffset
Gets or sets the content offset.
Top
See Also