FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..updateStepInputToTenants Method

Updates the step input to tenants.

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

Syntax


public bool updateStepInputToTenants(
	string stepName,
	string sInputName,
	tenantSelectionType oSelectionType,
	List<string> oTenantIDs
)
Public Function updateStepInputToTenants ( _
	stepName As String, _
	sInputName As String, _
	oSelectionType As tenantSelectionType, _
	oTenantIDs As List(Of String) _
) As Boolean
public:
bool^ updateStepInputToTenants(
	String^ stepName, 
	String^ sInputName, 
	tenantSelectionType^ oSelectionType, 
	List<String^>^ oTenantIDs
)

Parameters

stepName
Type: String
Name of the step.
sInputName
Type: String
Name of the s input.
oSelectionType
Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
oTenantIDs
Type: List<(Of <(<'String>)>)>
The o tenant i ds.

Return Value

true if XXXX, false otherwise.