FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateDashboardWidgetAttribute Method

Updates the widget attribute.

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

Syntax


public bool updateDashboardWidgetAttribute(
	string sWidgetName,
	string attributeName,
	string attributeValue
)
Public Function updateDashboardWidgetAttribute ( _
	sWidgetName As String, _
	attributeName As String, _
	attributeValue As String _
) As Boolean
public:
bool^ updateDashboardWidgetAttribute(
	String^ sWidgetName, 
	String^ attributeName, 
	String^ attributeValue
)

Parameters

sWidgetName
Type: String
Name of the s widget.
attributeName
Type: String
Name of the attribute.
attributeValue
Type: String
The attribute value.

Return Value

true if XXXX, false otherwise.