FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..updateStepInputDataTypeToTenant Method

Updates the step input data type to tenant.

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

Syntax


public bool updateStepInputDataTypeToTenant(
	string stepName,
	string stepInputName,
	string sTenantID
)
Public Function updateStepInputDataTypeToTenant ( _
	stepName As String, _
	stepInputName As String, _
	sTenantID As String _
) As Boolean
public:
bool^ updateStepInputDataTypeToTenant(
	String^ stepName, 
	String^ stepInputName, 
	String^ sTenantID
)

Parameters

stepName
Type: String
Name of the step.
stepInputName
Type: String
Name of the step input.
sTenantID
Type: String
The s tenant identifier.

Return Value

true if XXXX, false otherwise.