Click or drag to resize

SystemImageListHelperGetFileType Method (String, Boolean)

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,
	bool pIsFolder
)

Parameters

pExtension
Type: SystemString
a file extension like "TXT".
pIsFolder
Type: SystemBoolean
true if this object is folder.

Return Value

Type: String
The description text for the file type.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when one or more required arguments are null.
See Also