PageTemplateInstanceClone Method |
Clones the instance of page templates.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax 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:
PageTemplateInstanceSee Also