Click or drag to resize

ItemGetDisplayName Method

Gets the display name.

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

Parameters

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

Return Value

Type: String
The didplay name or null.
See Also