Share via


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

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

Fields

Name Value Description
Available 0

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

Enrolling 1

A cloud files 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.

Enrolled 2

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

Remarks

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

Applies to

See also