Click or drag to resize
SourcePoint Class
Configuration class for JSON serialization.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.UniGraphConfigSourcePoint
    CMS.WorkflowEngine.GraphConfigWorkflowSourcePoint

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public class SourcePoint

The SourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodSourcePoint
Default constructor
Top
Properties
  NameDescription
Public propertyID
ID of source point (not rendered to HTML).
Public propertyIsLabelLocalized
Whether or not is label of source point localized.
Public propertyLabel
Label of source point.
Public propertyTooltip
Tooltip of source point.
Public propertyType
Type of source point.
Top
See Also