WebPartZoneInstanceClone Method |
Returns the cloned zone instance object.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public 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:
WebPartZoneInstanceSee Also