Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IStorageProviderSearchHandlerFactory Interface

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

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 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

Name Description
CreateSearchHandler(String)

Creates a search handler for a given sync root identifier.

Applies to


Feedback

Was this page helpful?