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

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

Parameters

widgetName
Type: SystemString
Widget name (code name)

Return Value

Type: WidgetInfo
See Also