VersionControlRecursionType enum
Fields
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 |