FolderInformation.FolderRelativeId Property

Definition

Gets the identifier that uniquely identifies the StorageFolder 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 = folderInformation.folderRelativeId;
Public ReadOnly Property FolderRelativeId As String

Property Value

String

Platform::String

winrt::hstring

The folder-relative identifier.

Implements

Applies to