StorageProviderUriSourceStatus Enum

Definition

Enumeration of the status of a storage provider URI.

public enum class StorageProviderUriSourceStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
enum class StorageProviderUriSourceStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
public enum StorageProviderUriSourceStatus
var value = Windows.Storage.Provider.StorageProviderUriSourceStatus.success
Public Enum StorageProviderUriSourceStatus
Inheritance
StorageProviderUriSourceStatus
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.17134.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v2.0)

Fields

FileNotFound 2

The URI is not recognized by the sync provider.

NoSyncRoot 1

There is no sync root registered with the URI source.

Success 0

The storage provider ID exists.

Applies to