StorageProviderSuggestionsQueryOptions.RemoteFileId Property
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.
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
The remote file ID.
- Attributes
Remarks
This property is optional and will only be specified for suggestion queries related to a specific item.