Delen via


IStorageProviderSearchHandlerFactory Interface

Definition

This interface is implemented by a cloud files provider such as OneDrive. It is used to create a search handler that can be used to search for files and folders in the cloud files provider.

public interface class IStorageProviderSearchHandlerFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(2967252352, 62453, 20843, 138, 206, 78, 119, 2, 44, 149, 152)]
struct IStorageProviderSearchHandlerFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(2967252352, 62453, 20843, 138, 206, 78, 119, 2, 44, 149, 152)]
public interface IStorageProviderSearchHandlerFactory
Public Interface IStorageProviderSearchHandlerFactory
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)

Remarks

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

Methods

CreateSearchHandler(String)

Creates a search handler for a given sync root identifier.

Applies to