Gets the step input details.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.