Click or drag to resize

StateSyncDownload Class

Defines a persitable download state.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.SynchronizationStateSyncDownload

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class StateSyncDownload

The StateSyncDownload type exposes the following members.

Constructors
  NameDescription
Public methodStateSyncDownload
Initializes a new instance of the StateSyncDownload class
Top
Properties
  NameDescription
Public propertyChangeId
Gets or sets the change identifier.
Public propertyFilePath
Gets or sets the download local file path.
Public propertyStatus
Gets or sets the download status.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also