Click or drag to resize
NodeTypeEnum Enumeration
Summary description for NodeType.

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public enum NodeTypeEnum
Members
  Member nameValueDescription
Standard0 Standard node for general usage.
Action1 Node representing automatic action.
Condition2 Node representing IF/ELSE condition.
Multichoice3 Node representing SWITCH{CASE,DEFAULT} construction.
Userchoice4 Node representing branching by user choice.
See Also