SearchFolderTraversal 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.
Defines the depth of the items that are retrieved by a search folder.
public enum class SearchFolderTraversal
public enum SearchFolderTraversal
Public Enum SearchFolderTraversal
- Inheritance
-
SearchFolderTraversal
Fields
Name | Value | Description |
---|---|---|
Shallow | 0 | Items that belong to the root folder are retrieved. |
Deep | 1 | Items that belong to the root folder and its subfolders are retrieved. |