FolderQueryTraversalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The FolderQueryTraversalType enumeration identifies the types of subtree traversals for deletion and enumeration.
public enum class FolderQueryTraversalType
public enum FolderQueryTraversalType
Public Enum FolderQueryTraversalType
- Inheritance
-
FolderQueryTraversalType
Fields
Name | Value | Description |
---|---|---|
Shallow | 0 | Searches only the identified folder and returns only the folder IDs for items that have not been deleted. This is known as a shallow traversal. |
Deep | 1 | Searches in all subfolders of the identified parent folder and returns only the folder IDs for items that have not been deleted. This is known as a deep traversal. |
SoftDeleted | 2 | Performs a shallow traversal search for soft deleted items (items that are in the Deleted Items folder). |
Remarks
This enumeration is used by the Traversal property of the FindFolderType object.