FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..viewTenantsForStepInput Method

Views the tenants for step input.

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

Syntax


public List<deTenant> viewTenantsForStepInput(
	string stepName,
	string inputName
)
Public Function viewTenantsForStepInput ( _
	stepName As String, _
	inputName As String _
) As List(Of deTenant)
public:
List<deTenant^>^ viewTenantsForStepInput(
	String^ stepName, 
	String^ inputName
)

Parameters

stepName
Type: String
Name of the step.
inputName
Type: String
Name of the input.

Return Value

List<deTenant>.