StorageProviderUriSourceStatus Enum
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
C#
[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
Device family |
Windows Desktop Extension SDK (introduced in 10.0.17134.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v2.0)
|
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. |
Product | Versions |
---|---|
WinRT | Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |