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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteWidgetCategoryInfo(
	WidgetCategoryInfo infoObj
)

Parameters

infoObj
Type: CMS.PortalEngineWidgetCategoryInfo
Widget category object
See Also