Adds the widgets to category.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function addDashboardWidgetsToCategory ( _
categoryID As String, _
widgetID As String _
) As Boolean
public:
bool^ addDashboardWidgetsToCategory(
String^ categoryID,
String^ widgetID
)
Parameters
- categoryID
- Type: String
The category identifier.
- widgetID
- Type: String
The widget identifier.
Return Value
true if XXXX,
false otherwise.