Click or drag to resize

FOLDERTYPEID Class

The FOLDERTYPEID values represent a view template applied to a folder, usually based on its intended use and contents. Maps to Windows' FOLDERTYPEID.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsShellFOLDERTYPEID

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class FOLDERTYPEID

The FOLDERTYPEID type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFOLDERTYPEID_AccountPictures
Introduced in Windows 8. The folder contains the image files used with the current user's account.
Public fieldStatic memberFOLDERTYPEID_Communications
Introduced in Windows 7. A folder that contains communication-related files such as emails, calendar information, and contact information.
Public fieldStatic memberFOLDERTYPEID_CompressedFolder
The folder is a compressed archive, such as a compressed file with a .zip file name extension.
Public fieldStatic memberFOLDERTYPEID_Contacts
A folder that contains email contact information.
Public fieldStatic memberFOLDERTYPEID_ControlPanelCategory
The Control Panel in category view. This is a virtual folder.
Public fieldStatic memberFOLDERTYPEID_ControlPanelClassic
The Control Panel in classic view. This is a virtual folder.
Public fieldStatic memberFOLDERTYPEID_Documents
The folder contains document files. These can be of mixed format—.doc, .txt, and others.
Public fieldStatic memberFOLDERTYPEID_Games
The folder is the Games folder found in the Start menu.
Public fieldStatic memberFOLDERTYPEID_Generic
Introduced in Windows 7. The folder does not fall under one of the other FOLDERTYPEID categories.
Public fieldStatic memberFOLDERTYPEID_GenericLibrary
Introduced in Windows 7. The folder is a library, but of no specified type.
Public fieldStatic memberFOLDERTYPEID_GenericSearchResults
Introduced in Windows 7. The folder contains search results, but they are of mixed or no specific type.
Public fieldStatic memberFOLDERTYPEID_Home
The home folder.
Public fieldStatic memberFOLDERTYPEID_Invalid
The folder is invalid. There are several things that can cause this judgement: hard disk errors, file system errors, and compression errors among them.
Public fieldStatic memberFOLDERTYPEID_Music
Introduced in Windows 7. The folder contains audio files, such as .mp3 and .wma files.
Public fieldStatic memberFOLDERTYPEID_NetworkExplorer
The Network Explorer folder.
Public fieldStatic memberFOLDERTYPEID_OpenSearch
Introduced in Windows 7. The folder contains federated search OpenSearch results.
Public fieldStatic memberFOLDERTYPEID_OtherUsers
Introduced in Windows 7.
Public fieldStatic memberFOLDERTYPEID_Pictures
Image files, such as .jpg, .tif, or .png files.
Public fieldStatic memberFOLDERTYPEID_Printers
Printers that have been added to the system. This is a virtual folder.
Public fieldStatic memberFOLDERTYPEID_PublishedItems
Introduced in Windows 7. A homegroup user's libraries.
Public fieldStatic memberFOLDERTYPEID_RecordedTV
Introduced in Windows 7. The folder contains recorded television broadcasts.
Public fieldStatic memberFOLDERTYPEID_RecycleBin
The Recycle Bin. This is a virtual folder.
Public fieldStatic memberFOLDERTYPEID_SavedGames
Introduced in Windows 7. The folder contains saved game states.
Public fieldStatic memberFOLDERTYPEID_SearchConnector
Introduced in Windows 7.
Public fieldStatic memberFOLDERTYPEID_Searches
Introduced in Windows 7. A user's Searches folder, normally found at C:\Users\username\Searches.
Public fieldStatic memberFOLDERTYPEID_SearchHome
Introduced in Windows 7.
Public fieldStatic memberFOLDERTYPEID_SoftwareExplorer
The software explorer window used by the Add or Remove Programs control panel icon.
Public fieldStatic memberFOLDERTYPEID_StartMenu
Introduced in Windows 7. A user's Start Menu folder, normally found at C:\Users\username\Start Menu.
Public fieldStatic memberFOLDERTYPEID_StorageProviderDocuments
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains document files. These can be of mixed format—.doc, .txt, and others.
Public fieldStatic memberFOLDERTYPEID_StorageProviderGeneric
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and does not fall under one of the other FOLDERTYPEID categories.
Public fieldStatic memberFOLDERTYPEID_StorageProviderMusic
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains audio files, such as .mp3 and .wma files.
Public fieldStatic memberFOLDERTYPEID_StorageProviderPictures
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains image files, such as .jpg, .tif, or .png files.
Public fieldStatic memberFOLDERTYPEID_StorageProviderVideos
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains video files. These can be of mixed format—.wmv, .mov, and others.
Public fieldStatic memberFOLDERTYPEID_UserFiles
The folder is the FOLDERID_UsersFiles folder.
Public fieldStatic memberFOLDERTYPEID_UsersLibraries
Introduced in Windows 7. The view shown when the user clicks the Windows Explorer button on the taskbar.
Public fieldStatic memberFOLDERTYPEID_Videos
Introduced in Windows 7. The folder contains video files. These can be of mixed format—.wmv, .mov, and others.
Top
See Also