Click or drag to resize
SourcePointTypeEnum Enumeration
Graph source point type enumeration.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public enum SourcePointTypeEnum
Members
  Member nameValueDescription
Standard0 Standard source point.
SwitchCase1 Source point representing 'if' branch in conditional nodes.
SwitchDefault2 Source point representing 'else' branch in conditional nodes.
Timeout3 Source point representing timeout branch.
See Also