FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..removeStepReturnFromTenants Method

Removes the step return from tenants.

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

Syntax


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

Parameters

stepName
Type: String
Name of the step.
stepReturnValue
Type: String
Name of the s return.
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.