FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..updateStepDataToTenants Method

Updates the step data to tenants.

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

Syntax


public bool updateStepDataToTenants(
	Dictionary<string, string> oStepData,
	tenantSelectionType oSelectionType,
	List<string> oTenantIDs
)
Public Function updateStepDataToTenants ( _
	oStepData As Dictionary(Of String, String), _
	oSelectionType As tenantSelectionType, _
	oTenantIDs As List(Of String) _
) As Boolean
public:
bool^ updateStepDataToTenants(
	Dictionary<String^, String^>^ oStepData, 
	tenantSelectionType^ oSelectionType, 
	List<String^>^ oTenantIDs
)

Parameters

oStepData
Type: Dictionary<(Of <(<'String, String>)>)>
The o step data.
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.