FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..removeDashboardWidgetResource Method

Removes the dashboard widget resource.

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

Syntax


public bool removeDashboardWidgetResource(
	string widgetID,
	string cultureName
)
Public Function removeDashboardWidgetResource ( _
	widgetID As String, _
	cultureName As String _
) As Boolean
public:
bool^ removeDashboardWidgetResource(
	String^ widgetID, 
	String^ cultureName
)

Parameters

widgetID
Type: String
The widget identifier.
cultureName
Type: String
Name of the culture.

Return Value

true if XXXX, false otherwise.