Click or drag to resize

CoreShellFolderGetDisplayNameOf Method (IWithIdList, SHGDNF, Boolean)

Retrieves the display name for the specified file object or subfolder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetDisplayNameOf(
	IWithIdList idList = null,
	SHGDNF flags = SHGDNF.SHGDN_NORMAL,
	bool throwOnError = true
)

Parameters

idList (Optional)
Type: callback.ShellBoost.CoreIWithIdList
The identifier list.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellSHGDNF
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: String
The display name.
See Also