StorageProviderKnownFolderSyncStatus Enum

Definition

An enumeration that describes the sync enrollment status of a known folder.

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

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)

Fields

Available 0

A specific known folder is eligible to be backed up by the cloud provider and is not already enrolled or enrolling.

Enrolled 2

A specific folder is already backed up by the cloud provider.

Enrolling 1

A cloud provider started the process of enrolling a known folder. Typically, this represents the time during which files are moved from the known folder to the storage provider’s root and the known folder redirection is applied.

Remarks

The StorageProviderKnownFolderSyncStatus enumeration is used by the Status property of the StorageProviderKnownFolderEntry class.

Applies to

See also