StorageProviderKnownFolderSyncStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Available | 0 | A specific known folder is eligible to be backed up by the cloud provider and is not already enrolled or enrolling. |
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. |
Enrolled | 2 | A specific folder is already backed up by the cloud provider. |
Remarks
The StorageProviderKnownFolderSyncStatus enumeration is used by the Status property of the StorageProviderKnownFolderEntry class.