Click or drag to resize
WorkflowSourcePoint Class
Workflow source point configuration
Inheritance Hierarchy
SystemObject
  CMS.Helpers.UniGraphConfigSourcePoint
    CMS.WorkflowEngine.GraphConfigWorkflowSourcePoint

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public class WorkflowSourcePoint : SourcePoint

The WorkflowSourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowSourcePoint
Creates source point configuration object by given workflow source point object.
Top
Properties
  NameDescription
Public propertyID
ID of source point (not rendered to HTML).
(Inherited from SourcePoint.)
Public propertyIsLabelLocalized
Whether or not is label of source point localized.
(Inherited from SourcePoint.)
Public propertyLabel
Label of source point.
(Inherited from SourcePoint.)
Public propertyTooltip
Label of source point.
(Inherited from SourcePoint.)
Public propertyType
Type of source point.
(Inherited from SourcePoint.)
Top
See Also