Click or drag to resize

SystemImageListHelperGetFileType Method (String)

Note: This API is now obsolete.

Returns the description text for the passed file extension

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
[ObsoleteAttribute("Use PropertySystemHelper.GetFileType instead")]
public static string GetFileType(
	string pExtension
)

Parameters

pExtension
Type: SystemString
a file extension like "TXT".

Return Value

Type: String
The description text for the file type
See Also