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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void SetWidgetCategoryInfo(
	WidgetCategoryInfo widgetCategory
)

Parameters

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