Click or drag to resize

ItemIdListGetDisplayName Method

Gets a display name as specified by the passed format.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public string GetDisplayName(
	ItemIdListDisplayNameFormat pNameFormat
)

Parameters

pNameFormat
Type: Jam.ShellItemIdListDisplayNameFormat
The name format.

Return Value

Type: String
The display name.
See Also