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

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

Parameters

widgetGuid
Type: SystemGuid
Widget category Guid

Return Value

Type: WidgetCategoryInfo
Widget category info object
See Also