Click or drag to resize
WebPartZoneInstanceClone Method
Returns the cloned zone instance object.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public WebPartZoneInstance Clone(
	bool cloneWebParts = true,
	bool copyMacroTable = false
)

Parameters

cloneWebParts (Optional)
Type: SystemBoolean
If true, the web parts are cloned within the zone
copyMacroTable (Optional)
Type: SystemBoolean
Indicates whether macro values should be cloned

Return Value

Type: WebPartZoneInstance
See Also