ShellUtilitiesGetPerceivedType Method (String, String) |
Gets the perceived type for a given file extension.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static PERCEIVED GetPerceivedType(
string extension,
out string typeString
)
Parameters
- extension
- Type: SystemString
The file extension. - typeString
- Type: SystemString
The perceived type string, for instance "text" or "video".
Return Value
Type:
PERCEIVED
The perceived type.
See Also