Click or drag to resize

DownloadStatus Enumeration

Defines the status of a download instance.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum DownloadStatus
Members
  Member nameValueDescription
New0 The download instance is new.
Downloading1 The corresponding content is being downloaded.
Downloaded2 The corresponding content has being downloaded.
See Also