StorageProviderUriSourceStatus 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.
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
Name | Value | Description |
---|---|---|
Success | 0 | The storage provider ID exists. |
NoSyncRoot | 1 | There is no sync root registered with the URI source. |
FileNotFound | 2 | The URI is not recognized by the sync provider. |