Share via


StorageProviderSuggestionsQueryOptions.RemoteFileId Property

Definition

Gets the remote file ID for the file or folder for which suggestions are being requested.

Important

The Windows.Storage.Provider.StorageProviderSuggestionsQueryOptions 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:
 property Platform::String ^ RemoteFileId { Platform::String ^ get(); };
winrt::hstring RemoteFileId();
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
winrt::hstring RemoteFileId();
public string RemoteFileId { get; }
[Windows.Foundation.Metadata.Experimental]
public string RemoteFileId { [Windows.Foundation.Metadata.Experimental] get; }
var string = storageProviderSuggestionsQueryOptions.remoteFileId;
Public ReadOnly Property RemoteFileId As String

Property Value

String

Platform::String

winrt::hstring

The remote file ID.

Attributes

Remarks

This property is optional and will only be specified for suggestion queries related to a specific item.

Applies to