FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..updateFormWidgetStyleAttributesToTenants Method

Updates the form widget style attributes to tenants.

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

Syntax


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

Parameters

widgetName
Type: String
Name of the widget.
sFormWidgetStyleAttributesData
Type: String
The s form widget style attributes 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.