Click or drag to resize

ItemIdList.GetDisplayName Method

Gets a display name as specified by the passed format.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public string GetDisplayName(
	ItemIdList.DisplayNameFormat pNameFormat
)

Parameters

pNameFormat
Type: Jam.Shell.ItemIdList.DisplayNameFormat
The name format.

Return Value

Type: String
The display name.
See Also