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

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

Parameters

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