Click or drag to resize
WidgetCategoryInfoProviderGetWidgetCategoryInfoInternal Method (String)
Returns the WidgetCategoryInfo structure for the specified widget category name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WidgetCategoryInfo GetWidgetCategoryInfoInternal(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Widget category name

Return Value

Type: WidgetCategoryInfo
See Also