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; }
Public ReadOnly Property DisplayPath As String
Get
public:
virtual property String^ DisplayPath {
String^ get () sealed;
}
abstract DisplayPath : string with get
override DisplayPath : string with get
Property Value
Type:
String
A string representing the path of the item suitable for displaying.
Implements
IJamItemIdListDisplayPathRemarks 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