Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 967 Bytes

storagefile_folderrelativeid.md

File metadata and controls

23 lines (16 loc) · 967 Bytes
-api-id -api-type
P:Windows.Storage.StorageFile.FolderRelativeId
winrt property

Windows.Storage.StorageFile.FolderRelativeId

-description

Gets an identifier for the file. This ID is unique for the query result or StorageFolder that contains the file and can be used to distinguish between items that have the same name.

-property-value

The identifier for the file.

-remarks

You create a query result object when you create a query using one of the methods on a StorageFolder object. Depending on the method you call, your query result object could be a StorageFileQueryResult, a StorageFolderQueryResult, or a StorageItemQueryResult object.

-examples

-see-also