FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getStepInputDetails Method

Gets the step input details.

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

Syntax


public DataTable getStepInputDetails(
	string sStepID,
	string sInputID
)
Public Function getStepInputDetails ( _
	sStepID As String, _
	sInputID As String _
) As DataTable
public:
DataTable^ getStepInputDetails(
	String^ sStepID, 
	String^ sInputID
)

Parameters

sStepID
Type: String
The s step identifier.
sInputID
Type: String
The s input identifier.

Return Value

DataTable.