FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeStepDefinition Method

Removes the step definition.

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

Syntax


public bool removeStepDefinition(
	string stepDefID
)
Public Function removeStepDefinition ( _
	stepDefID As String _
) As Boolean
public:
bool^ removeStepDefinition(
	String^ stepDefID
)

Parameters

stepDefID
Type: String
The step definition identifier.

Return Value

true if XXXX, false otherwise.