| WebPartZoneInstanceClone Method | 
            Returns the cloned zone instance object.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also