Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 602 Bytes

storageproviderurisourcestatus.md

File metadata and controls

30 lines (20 loc) · 602 Bytes
-api-id -api-type
T:Windows.Storage.Provider.StorageProviderUriSourceStatus
winrt enum

Windows.Storage.Provider.StorageProviderUriSourceStatus

-description

Enumeration of the status of a storage provider URI.

-enum-fields

-field Success:0

The storage provider ID exists.

-field NoSyncRoot:1

There is no sync root registered with the URI source.

-field FileNotFound:2

The URI is not recognized by the sync provider.

-remarks

-see-also

-examples