Share via


StorageProviderSuggestionResult.RemoteFileId Property

Definition

Gets or sets the remote file ID of the suggestion result.

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult 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(); void set(Platform::String ^ value); };
winrt::hstring RemoteFileId();

void RemoteFileId(winrt::hstring value);
public string RemoteFileId { get; set; }
var string = storageProviderSuggestionResult.remoteFileId;
storageProviderSuggestionResult.remoteFileId = string;
Public Property RemoteFileId As String

Property Value

String

Platform::String

winrt::hstring

The remote file ID of the suggestion result.

Implements

Remarks

This identifier is expected to be unique across all query results and items in the provider's sync root.

The cloud storage provider should set this property to the same value as the System.StorageProviderFileIdentifier property for the item. This ensures a consistent file identifier across query results and items in the provider's sync root.

Applies to