RecursionType Enumeration

Describes the type of the recursion.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Enumeration RecursionType
public enum RecursionType
public enum class RecursionType
type RecursionType
public enum RecursionType

Members

Member name Description
Full Recurse to the last child.

None No recursion.

OneLevel Recurse one level only.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace