Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Enum TreeSearchInclude

Specifies which kind of nodes will be included in search

Syntax
public enum TreeSearchInclude

Namespace: OptimaJet.Workflow.Core.Subprocess

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
AllDownIncludeStartPointAll children nodes and start point
AllUpIncludeStartPointAll parent nodes and start point
OnlyStartPointOnly start point
AllDownExcludeStartPointAll children nodes
AllUpExcludeStartPointAll parent nodes

Extension Methods