Click or drag to resize

PropertySystemHelperGetFileType Method

Returns the description text for the passed file extension.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static string GetFileType(
	string pExtension,
	bool pIsFolder = false
)

Parameters

pExtension
Type: SystemString
a file extension like "TXT".
pIsFolder (Optional)
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