Enum TreeSearchInclude
Specifies which kind of nodes will be included in search
Syntaxpublic enum TreeSearchInclude
Namespace: OptimaJet.Workflow.Core.Subprocess
Assembly: OptimaJet.Workflow.Core.dll
Fields
Name | Description |
---|---|
AllDownIncludeStartPoint | All children nodes and start point |
AllUpIncludeStartPoint | All parent nodes and start point |
OnlyStartPoint | Only start point |
AllDownExcludeStartPoint | All children nodes |
AllUpExcludeStartPoint | All parent nodes |