Click or drag to resize

ItemGetDisplayName Method

Gets the display name.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public string GetDisplayName(
	SIGDN type
)

Parameters

type
Type: ShellBoost.Core.WindowsShellSIGDN
The type of name to get.

Return Value

Type: String
The didplay name or null.
See Also