StorageProviderProtectionMode 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.
Indicates the type of data contained in the sync root.
public enum class StorageProviderProtectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 65536)]
enum class StorageProviderProtectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 65536)]
public enum StorageProviderProtectionMode
var value = Windows.Storage.Provider.StorageProviderProtectionMode.unknown
Public Enum StorageProviderProtectionMode
- Inheritance
-
StorageProviderProtectionMode
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The sync root can contain any type of file. |
Personal | 1 | The sync root should only contain personal files, not encrypted or business related files. |