FileInformation.FolderRelativeId Property

Definition

Gets the identifier that uniquely identifies the StorageFile relative to other items in the same folder.

public:
 property Platform::String ^ FolderRelativeId { Platform::String ^ get(); };
winrt::hstring FolderRelativeId();
public string FolderRelativeId { get; }
var string = fileInformation.folderRelativeId;
Public ReadOnly Property FolderRelativeId As String

Property Value

String

Platform::String

winrt::hstring

The folder-relative identifier.

Implements

Applies to