Click or drag to resize
NoteStep Class
Class to hold the note step definition.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.DefinitionsStep
    CMS.WorkflowEngine.DefinitionsNoteStep

Namespace: CMS.WorkflowEngine.Definitions
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public class NoteStep : Step

The NoteStep type exposes the following members.

Properties
  NameDescription
Public propertyDefinitionPoint
Source point with additional definitions
(Overrides StepDefinitionPoint.)
Public propertyNote
Content of the Note step type.
Public propertyPosition
Position of the step
(Inherited from Step.)
Public propertySourcePoints
List of source points for transitions
(Overrides StepSourcePoints.)
Public propertyTimeoutEnabled
Indicates whether timeout is enabled for the step.
(Overrides StepTimeoutEnabled.)
Public propertyTimeoutInterval
Timeout interval of the step
(Overrides StepTimeoutInterval.)
Public propertyTimeoutTarget
GUID of target transition to use after timeout
(Overrides StepTimeoutTarget.)
Top
Methods
  NameDescription
Public methodClone
Creates a clone of the object.
(Inherited from Step.)
Protected methodCloneInternal
Returns new instance of NoteStep.
(Overrides StepCloneInternal.)
Public methodGetData
Gets XML node representation.
(Inherited from Step.)
Protected methodGetSerializer
Return instance of XmlSerializer used afterwards to serialize the object.
(Overrides StepGetSerializer.)
Top
Remarks
Use CreateStep(WorkflowStepTypeEnum, String) to get the instance.
See Also