StorageProviderHardlinkPolicy Enum

Definition

Specifies whether hard links are permitted on a placeholder file or folder. By default, hard links are not allowed on a placeholder.

This enumeration supports a bitwise combination of its member values.

public enum class StorageProviderHardlinkPolicy
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 65536)]
enum class StorageProviderHardlinkPolicy
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 65536)]
public enum StorageProviderHardlinkPolicy
var value = Windows.Storage.Provider.StorageProviderHardlinkPolicy.none
Public Enum StorageProviderHardlinkPolicy
Inheritance
StorageProviderHardlinkPolicy
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

Allowed 1

Hard links are allowed on a placeholder within the same sync root.

None 0

No hard links are allowed.

Applies to

See also