ShellUtilitiesGetPerceivedType Method (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
)
Parameters
- extension
- Type: SystemString
The file extension.
Return Value
Type:
PERCEIVEDThe perceived type.
See Also