Edit

Share via


VersionControlRecursionType Enum

Definition

public enum VersionControlRecursionType
type VersionControlRecursionType = 
Public Enum VersionControlRecursionType
Inheritance
VersionControlRecursionType

Fields

Name Value Description
None 0

Only return the specified item.

OneLevel 1

Return the specified item and its direct children.

OneLevelPlusNestedEmptyFolders 4

Return the specified item and its direct children, as well as recursive chains of nested child folders that only contain a single folder.

Full 120

Return specified item and all descendants

Applies to