Click or drag to resize
WorkflowStepInfoClone Method (Boolean)
Creates a clone of the object

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public override WorkflowStepInfo Clone(
	bool clear
)

Parameters

clear
Type: SystemBoolean
If true, the object is cleared to be able to create new object

Return Value

Type: WorkflowStepInfo
See Also