Share via


IStorageProviderSuggestionsHandlerFactory.CreateSuggestionsHandler Method

Definition

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.

public:
 IStorageProviderSuggestionsHandler ^ CreateSuggestionsHandler(Platform::String ^ cloudProviderId);
IStorageProviderSuggestionsHandler CreateSuggestionsHandler(winrt::hstring const& cloudProviderId);
public IStorageProviderSuggestionsHandler CreateSuggestionsHandler(string cloudProviderId);
function createSuggestionsHandler(cloudProviderId)
Public Function CreateSuggestionsHandler (cloudProviderId As String) As IStorageProviderSuggestionsHandler

Parameters

cloudProviderId
String

Platform::String

winrt::hstring

The sync root identifier for the cloud files provider, see SyncRootId.

Returns

Returns a suggestions handler that can be used to query for suggested files from the provider.

Applies to