Share via


StorageProviderSearchQueryStatus Enum

Definition

The status of a search query.

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

Windows requirements

Requirements Description
Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)

Fields

Name Value Description
Success 0

The search query was successful.

Error 1

The search query failed.

Timeout 2

The search query timed out.

NoNetwork 3

The search query failed because there is no network connection.

NetworkError 4

The search query failed because of a network error.

NotSignedIn 5

The search query failed because the user is not signed in.

QueryNotSupported 6

The search query failed because the specified query is not supported.

SortOrderNotSupported 7

The search query failed because the specified sort order is not supported.

Applies to