Reloads the new step inputs and returns to tenant.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool reloadNewStepInputsAndReturnsToTenant(
string stepName,
string sTenantID
)
Public Function reloadNewStepInputsAndReturnsToTenant ( _
stepName As String, _
sTenantID As String _
) As Boolean
public:
bool^ reloadNewStepInputsAndReturnsToTenant(
String^ stepName,
String^ sTenantID
)
Parameters
- stepName
- Type: String
Name of the step.
- sTenantID
- Type: String
The s tenant identifier.
Return Value
true if XXXX,
false otherwise.