| PageTemplateInstanceClone Method  | 
            Clones the instance of page templates.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntaxpublic PageTemplateInstance Clone(
	bool cloneZones = false,
	bool copyMacroTable = false
)
Parameters
- cloneZones (Optional)
 - Type: SystemBoolean
If true, the zone instances are cloned - copyMacroTable (Optional)
 - Type: SystemBoolean
Indicates whether macro values should be cloned 
Return Value
Type: 
PageTemplateInstance
See Also