Click or drag to resize

ItemIdListDisplayPath Property

Returns a string representing the path for this item suitable for displaying.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public string DisplayPath { get; }

Property Value

Type: String
A string representing the path of the item suitable for displaying.

Implements

IJamItemIdListDisplayPath
Remarks
Compared to Caption it returns the item's path. Compared to Path that only returns physical paths and might be empty result of DisplayPath will contain a string suitable for displaying in the UI.
See Also