FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..sendSuggestiveStepsToTenants Method

Sends the suggestive steps to tenants.

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

Syntax


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

Parameters

stepName
Type: String
Name of the step.
sTargetStepNames
Type: List<(Of <(<'String>)>)>
The s target step names.
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.