Share via


StorageProviderProtectionMode Enum

Definition

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

Requirements Description
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.

Applies to