FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..copyStep Method

Copies the step.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool copyStep(
	string stepName,
	ref string newStepName
)
Public Function copyStep ( _
	stepName As String, _
	ByRef newStepName As String _
) As Boolean
public:
bool^ copyStep(
	String^ stepName, 
	String^% newStepName
)

Parameters

stepName
Type: String
Name of the step.
newStepName
Type: String%
New name of the step.

Return Value

true if XXXX, false otherwise.