WebPartInfo Constructor (WebPartInfo, Boolean) |
Note: This API is now obsolete.
Constructor, Creates a new WebPartInfo object from the given DataClass.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
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