| WorkflowSourcePoint Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WorkflowEngine.GraphConfig
 Syntax
Syntaxpublic class WorkflowSourcePoint : SourcePoint
The WorkflowSourcePoint type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | WorkflowSourcePoint | 
            Creates source point configuration object by given workflow source point object.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ID | 
            ID of source point (not rendered to HTML).
            (Inherited from SourcePoint.) | 
|  | IsLabelLocalized | 
            Whether or not is label of source point localized.
            (Inherited from SourcePoint.) | 
|  | Label | 
            Label of source point.
            (Inherited from SourcePoint.) | 
|  | Tooltip | 
            Tooltip of source point.
            (Inherited from SourcePoint.) | 
|  | Type | 
            Type of source point.
            (Inherited from SourcePoint.) | 
 See Also
See Also