Click or drag to resize
ChoiceSourcePoint Class
Class handling initial values for user choice source point.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.DefinitionsSourcePoint
    CMS.WorkflowEngine.DefinitionsChoiceSourcePoint

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

The ChoiceSourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodChoiceSourcePoint
Default constructor
Public methodChoiceSourcePoint(Int32)
Constructor ensuring numbered default labels
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