Click or drag to resize
WidgetCategoryInfoProviderSetWidgetCategoryInfoInternal Method
Sets (updates or inserts) specified widget category.

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

Parameters

widgetCategory
Type: CMS.PortalEngineWidgetCategoryInfo
Widget category to set
See Also