Share via


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

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
None 0

No hard links are allowed.

Allowed 1

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

Applies to

See also