Click or drag to resize
WidgetInfoProvider.GetWidgetInfo Method (String)
Returns the WidgetInfo structure for the specified widget name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public static WidgetInfo GetWidgetInfo(
	string widgetName
)

Parameters

widgetName
Type: System.String
Widget name (code name)

Return Value

Type: WidgetInfo
See Also