Click or drag to resize
WidgetCategoryInfoProviderDeleteWidgetCategoryInfoInternal Method
Deletes specified widget category with dependencies.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteWidgetCategoryInfoInternal(
	WidgetCategoryInfo infoObj
)

Parameters

infoObj
Type: CMS.PortalEngineWidgetCategoryInfo
Widget category object
See Also