Click or drag to resize
ElseSourcePoint Class
Class handling initial values for else source point.
Inheritance Hierarchy

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

The ElseSourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodElseSourcePoint
Default constructor
Top
Properties
  NameDescription
Public propertyCondition
Point condition
(Inherited from SourcePoint.)
Public propertyGuid
Point GUID
(Inherited from SourcePoint.)
Public propertyInheritsRolesSettings
Indicates if roles settings are inherited
(Inherited from SourcePoint.)
Public propertyInheritsStepSettings
Indicates if all step security settings are inherited
(Inherited from SourcePoint.)
Public propertyInheritsUsersSettings
Indicates if users settings are inherited
(Inherited from SourcePoint.)
Public propertyLabel
Point label
(Inherited from SourcePoint.)
Public propertyStepRolesSecurity
Security settings for roles
(Inherited from SourcePoint.)
Public propertyStepUsersSecurity
Security settings for users
(Inherited from SourcePoint.)
Public propertyText
Point action text
(Inherited from SourcePoint.)
Public propertyTooltip
Point action tooltip
(Inherited from SourcePoint.)
Public propertyType
Point type
(Inherited from SourcePoint.)
Top
See Also