Click or drag to resize

ShellItemIdListGetName Method

Gets the name. Note this will call back into the Shell API, so, if this PIDL is already known to you (for example, it's one of your ShellItem's PIDL), prefer another method.

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

Parameters

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

Return Value

Type: String
A string.
See Also