Click or drag to resize
WorkflowStepSourcePointListControlGetDecoratedCondition Method
Returns label decorated with "if", "else if" or "else" depending on the position in sequence.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected string GetDecoratedCondition(
	string label
)

Parameters

label
Type: SystemString
Condition label

Return Value

Type: String
See Also