FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addSuggestiveStep Method

Add a step to the suggestive steps

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

Syntax


public bool addSuggestiveStep(
	string sourceStepID,
	string targetStepID
)
Public Function addSuggestiveStep ( _
	sourceStepID As String, _
	targetStepID As String _
) As Boolean
public:
bool^ addSuggestiveStep(
	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.