Click or drag to resize
WidgetCategoryInfoProviderDeleteWidgetCategoryInfo Method (Int32)
Deletes specified widget category with dependencies.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void DeleteWidgetCategoryInfo(
	int widgetCategoryId
)

Parameters

widgetCategoryId
Type: SystemInt32
Widget category ID
See Also