FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateDashboardWidgetCategory Method

update widget category

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

Syntax


public bool updateDashboardWidgetCategory(
	string sWidgetCategoryID,
	string sWidgetCategoryName
)
Public Function updateDashboardWidgetCategory ( _
	sWidgetCategoryID As String, _
	sWidgetCategoryName As String _
) As Boolean
public:
bool^ updateDashboardWidgetCategory(
	String^ sWidgetCategoryID, 
	String^ sWidgetCategoryName
)

Parameters

sWidgetCategoryID
Type: String
The s widget category identifier.
sWidgetCategoryName
Type: String
Name of the s widget category.

Return Value

true if XXXX, false otherwise.