Click or drag to resize

ShellUtilitiesGetName Method

Gets the name of a shell item from its PIDL.

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

Parameters

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

Return Value

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