Click or drag to resize
WidgetCategoryInfoProviderGetWidgetCategoryInfoByGuidInternal Method
Returns the WidgetCategoryInfo structure for the specified guid.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WidgetCategoryInfo GetWidgetCategoryInfoByGuidInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Widget category Guid

Return Value

Type: WidgetCategoryInfo
See Also