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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
public PageTemplateInstance Clone(
	bool copyMacroTable = false
)

Parameters

copyMacroTable (Optional)
Type: SystemBoolean
Indicates whether macro values should be cloned

Return Value

Type: PageTemplateInstance
See Also