StorageProviderHardlinkPolicy 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.
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
Name | Value | Description |
---|---|---|
None | 0 | No hard links are allowed. |
Allowed | 1 | Hard links are allowed on a placeholder within the same sync root. |