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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static WidgetInfo GetWidgetInfo(
	Guid widgetGuid
)

Parameters

widgetGuid
Type: SystemGuid
Widget Guid

Return Value

Type: WidgetInfo
Widget info object
See Also