FolderInformation.FolderRelativeId 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 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
The folder-relative identifier.