Click or drag to resize
WidgetInfo Constructor (WidgetInfo, Boolean)
Constructor - Creates a new WidgetInfo object from the given DataClass.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public WidgetInfo(
	WidgetInfo wi,
	bool keepSourceData
)

Parameters

wi
Type: CMS.PortalEngineWidgetInfo
WidgetInfo
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object
See Also