ItemTraversal 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 scope of the FindItems operations.
public enum class ItemTraversal
public enum ItemTraversal
Public Enum ItemTraversal
- Inheritance
-
ItemTraversal
Fields
Name | Value | Description |
---|---|---|
Shallow | 0 | All non-deleted items in the specified folder are retrieved. |
SoftDeleted | 1 | Only soft-deleted items are retrieved. |
Associated | 2 | Only associated items are retrieved. |