VersionControlRecursionType 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.
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 |