Creates the widget category.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool createDashboardWidgetCategory(
string sCategoryName,
ref string widgetCategoryID
)
Public Function createDashboardWidgetCategory ( _
sCategoryName As String, _
ByRef widgetCategoryID As String _
) As Boolean
public:
bool^ createDashboardWidgetCategory(
String^ sCategoryName,
String^% widgetCategoryID
)
Parameters
- sCategoryName
- Type: String
Name of the s category.
- widgetCategoryID
- Type: String%
The widget category identifier.
Return Value
true if XXXX,
false otherwise.