Click or drag to resize
WidgetInfoProviderSetWidgetInfoInternal Method
Sets (updates or inserts) specified widget.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetWidgetInfoInternal(
	WidgetInfo widget
)

Parameters

widget
Type: CMS.PortalEngineWidgetInfo
Widget to set
See Also