FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createStepReturn Method

createStepReturn

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

Syntax


public bool createStepReturn(
	ref string sStepReturnID,
	string sStepID,
	string sStepReturnValue,
	string sDescription
)
Public Function createStepReturn ( _
	ByRef sStepReturnID As String, _
	sStepID As String, _
	sStepReturnValue As String, _
	sDescription As String _
) As Boolean
public:
bool^ createStepReturn(
	String^% sStepReturnID, 
	String^ sStepID, 
	String^ sStepReturnValue, 
	String^ sDescription
)

Parameters

sStepReturnID
Type: String%
The s step return identifier.
sStepID
Type: String
The s step identifier.
sStepReturnValue
Type: String
The s step return value.
sDescription
Type: String
The s description.

Return Value

true if XXXX, false otherwise.