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

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

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part

Return Value

Type: WebPartInstance
See Also