hasWidgetCategoryName.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool hasDashboardWidgetCategoryName(
string sWidgetCategoryName,
string sWidgetCategoryID
)
Public Function hasDashboardWidgetCategoryName ( _
sWidgetCategoryName As String, _
sWidgetCategoryID As String _
) As Boolean
public:
bool^ hasDashboardWidgetCategoryName(
String^ sWidgetCategoryName,
String^ sWidgetCategoryID
)
Parameters
- sWidgetCategoryName
- Type: String
Name of the s widget category.
- sWidgetCategoryID
- Type: String
The widget identifier.
Return Value
true if [has dashboard widget category name] [the specified s widget category name]; otherwise,
false.