Click or drag to resize
WebPartZoneInstanceCloneWebPart Method
Clones the web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public WebPartInstance CloneWebPart(
	string webPartId
)

Parameters

webPartId
Type: SystemString
Web part ID to clone

Return Value

Type: WebPartInstance
See Also