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

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

Parameters

wi
Type: CMS.PortalEngineWebPartInfo
Source WebPart info
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object
See Also