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

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

Parameters

widgetGuid
Type: SystemGuid
Widget Guid

Return Value

Type: WidgetInfo
Widget info object
See Also