Edit

Share via


FolderQueryTraversalType Enum

Definition

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

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.

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.

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.

Applies to