Share via


IStorageProviderSuggestionsHandlerFactory Interface

Definition

This interface is implemented by a cloud files provider to create a suggestions handler that can be used to query for suggested files from the provider.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandlerFactory 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 IStorageProviderSuggestionsHandlerFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(3699062232, 41563, 22691, 172, 231, 179, 84, 49, 6, 162, 170)]
struct IStorageProviderSuggestionsHandlerFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(3699062232, 41563, 22691, 172, 231, 179, 84, 49, 6, 162, 170)]
/// [Windows.Foundation.Metadata.Experimental]
struct IStorageProviderSuggestionsHandlerFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(3699062232, 41563, 22691, 172, 231, 179, 84, 49, 6, 162, 170)]
public interface IStorageProviderSuggestionsHandlerFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(3699062232, 41563, 22691, 172, 231, 179, 84, 49, 6, 162, 170)]
[Windows.Foundation.Metadata.Experimental]
public interface IStorageProviderSuggestionsHandlerFactory
Public Interface IStorageProviderSuggestionsHandlerFactory
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)

Remarks

The suggestions handler factory is activated in the cloud files provider process as a local server and creates a suggestions handler for a given sync root identifier.

Methods

Name Description
CreateSuggestionsHandler(String)

Creates a suggestions handler for a given sync root identifier.

Important

The Windows.Storage.Provider.IStorageProviderSuggestionsHandlerFactory 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