Click or drag to resize

PERCEIVED Enumeration

Specifies a file's perceived type. Maps to Windows' PERCEIVED enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum PERCEIVED
Members
  Member nameValueDescription
PERCEIVED_TYPE_CUSTOM-3 The file's perceived type as defined in the registry is not a known type.
PERCEIVED_TYPE_UNSPECIFIED-2 The file does not have a perceived type.
PERCEIVED_TYPE_FOLDER-1 Not used.
PERCEIVED_TYPE_UNKNOWN0 The file's perceived type hasn't yet been requested. This is the cached type of the object when it is created.
PERCEIVED_TYPE_TEXT1 The file's perceived type is "text".
PERCEIVED_TYPE_IMAGE2 The file's perceived type is "image".
PERCEIVED_TYPE_AUDIO3 The file's perceived type is "audio".
PERCEIVED_TYPE_VIDEO4 The file's perceived type is "video".
PERCEIVED_TYPE_COMPRESSED5 The file's perceived type is "compressed".
PERCEIVED_TYPE_DOCUMENT6 The file's perceived type is "document".
PERCEIVED_TYPE_SYSTEM7 The file's perceived type is "system".
PERCEIVED_TYPE_APPLICATION8 The file's perceived type is "application".
PERCEIVED_TYPE_GAMEMEDIA9Windows Vista and later. The file's perceived type is "gamemedia".
PERCEIVED_TYPE_CONTACTS10Windows Vista and later. The file's perceived type is "contacts"
See Also