This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
TreeEnumerationMode
Namespace: Smartsite.Tools
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public enum TreeEnumerationMode |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration TreeEnumerationMode |
Members
Member name | Description | |
---|---|---|
Parents |
Enumerate the parents
| |
DirectDescendantsItemsOnly |
Enumerate the direct descendant items only
| |
DirectDescendantsFoldersOnly |
Enumerate the direct descendant folders only
| |
AllDirectDescendants |
Enumerate all direct descendants
| |
RecursiveItemsOnly |
Enumerate all items recursively
| |
RecursiveFoldersOnly |
Enumerate all folder recursively
| |
AllRecursive |
Enumerate all children recursively
|
See Also
Smartsite.Tools Namespace