Click or drag to resize
PageTemplateInstanceClone Method
Clones the instance of page templates.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public 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