StorageProviderState Enum

Definition

Enumeration of the status of a storage provider state.

public enum class StorageProviderState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 327680)]
enum class StorageProviderState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 327680)]
public enum StorageProviderState
var value = Windows.Storage.Provider.StorageProviderState.inSync
Public Enum StorageProviderState
Inheritance
StorageProviderState
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v6.0)

Fields

Error 3

The storage provider has encountered errors.

InSync 0

The storage provider is currently in-sync.

Offline 5

The storage provider is currently offline.

Paused 2

The storage provider has paused syncing.

Syncing 1

The storage provider is currently syncing.

Warning 4

The storage provider would like to display a warning message to the user.

Applies to

See also