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

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

Parameters

widgetId
Type: SystemInt32
Widget id

Return Value

Type: WidgetInfo
See Also