Click or drag to resize
WidgetCategoryInfoProviderGetWidgetCategoryInfo Method (Int32)
Returns the WidgetCategoryInfo structure for the specified widget category.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static WidgetCategoryInfo GetWidgetCategoryInfo(
	int widgetCategoryId
)

Parameters

widgetCategoryId
Type: SystemInt32
Widget category id

Return Value

Type: WidgetCategoryInfo
See Also