FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..globalizeDashboardWidgetToTenants Method

Globalizes the dashboard widget to tenants.

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

Syntax


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

Parameters

widgetName
Type: String
Name of the widget.
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.