FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasSuggestiveStep Method

Determines whether [has suggestive step] [the specified source step identifier].

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

Syntax


public bool hasSuggestiveStep(
	string sourceStepID,
	string targetStepID
)
Public Function hasSuggestiveStep ( _
	sourceStepID As String, _
	targetStepID As String _
) As Boolean
public:
bool^ hasSuggestiveStep(
	String^ sourceStepID, 
	String^ targetStepID
)

Parameters

sourceStepID
Type: String
The source step identifier.
targetStepID
Type: String
The target step identifier.

Return Value

true if [has suggestive step] [the specified source step identifier]; otherwise, false.