Click or drag to resize

ShellUtilitiesGetPerceivedType Method (String, PERCEIVEDFLAG, String)

Gets the perceived type for a given file extension.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static PERCEIVED GetPerceivedType(
	string extension,
	out PERCEIVEDFLAG flags,
	out string typeString
)

Parameters

extension
Type: SystemString
The file extension.
flags
Type: callback.ShellBoost.Core.WindowsShellPERCEIVEDFLAG
The flags.
typeString
Type: SystemString
The perceived type string, for instance "text" or "video".

Return Value

Type: PERCEIVED
The perceived type.
See Also