Share via


IStorageProviderSuggestionsHandler Interface

Definition

This interface is implemented by a cloud files provider to enable the system to query for suggested files.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandler API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

public interface class IStorageProviderSuggestionsHandler
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Guid(2952041462, 57853, 23811, 180, 128, 241, 132, 156, 131, 239, 74)]
struct IStorageProviderSuggestionsHandler
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Guid(2952041462, 57853, 23811, 180, 128, 241, 132, 156, 131, 239, 74)]
public interface IStorageProviderSuggestionsHandler
Public Interface IStorageProviderSuggestionsHandler
Attributes

Windows requirements

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

Methods

Add(StorageProviderResultKind, String)

Adds an item to the cloud storage provider's suggestions of the given result kind.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandler API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

GetDetails(String, String[], String)

Get additional metadata for a single file suggestion.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandler API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

GetSuggestions(StorageProviderSuggestionsQueryOptions)

Executes the suggestions query given the parameters in the options object and returns a result set.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandler API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

Remove(StorageProviderResultKind, String)

Removes an item from the cloud storage provider's suggestions of the given result kind.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandler API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

ReportUsage(StorageProviderResultUsageKind, String, String, TimeSpan)

Sends feedback on usage of a file or folder to the system.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandler API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

Applies to