Click or drag to resize

ShellUtilitiesGetName Method

Gets the name of a shell item from its PIDL.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetName(
	ShellItemIdList idList,
	SIGDN designName
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL.
designName
Type: callback.ShellBoost.Core.WindowsShellSIGDN
The type of name.

Return Value

Type: String
The item name or null if there was an error.
See Also