TraversalDepth Enum

Definition

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

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.

Applies to