remove a step from the suggestive steps
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function removeSuggestiveStep ( _
sourceStepID As String, _
targetStepID As String _
) As Boolean
public:
bool^ removeSuggestiveStep(
String^ sourceStepID,
String^ targetStepID
)
Parameters
- sourceStepID
- Type: String
The source step identifier.
- targetStepID
- Type: String
The target step identifier.
Return Value
true if XXXX,
false otherwise.