Click or drag to resize

ShellItemFullDisplayName Property

Gets this item's display name, that is, including the parent's full display name. The full disply name is also what is used in the Windows Explorer's Address Bar.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string FullDisplayName { get; }

Property Value

Type: String
The full display name.
See Also