TraversalDepth 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 level of depth that a method should traverse when returning objects.
public enum class TraversalDepth
public enum TraversalDepth
type TraversalDepth =
Public Enum TraversalDepth
- Inheritance
-
TraversalDepth
Fields
Name | Value | Description |
---|---|---|
OneLevel | 0 | Specifies to traverse only one level from the current object. |
Recursive | 1 | Specifies to recursively return all objects, starting from the current object. |