FOLDER_ENUM_MODE enumeration
Used by IObjectWithFolderEnumMode::GetMode and IObjectWithFolderEnumMode::SetMode methods to get and set the display modes for the folders.
Syntax
typedef enum FOLDER_ENUM_MODE { FEM_VIEWRESULT = 0x0, FEM_NAVIGATION = 0x1 } FOLDER_ENUM_MODE;
Constants
- FEM_VIEWRESULT
-
Display mode to view the contents of a folder.
- FEM_NAVIGATION
-
Display mode to view the contents of the folders in the navigation pane.
Remarks
If an item does not support the enumeration mode value (because it is not a folder or it does not provide the enumeration mode) then it is created in the default enumeration mode.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: