CMSAbstractLayoutWebPartStartLayout Method |
Starts the rendering of the layout.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax protected void StartLayout(
bool keepExistingControls = false
)
Parameters
- keepExistingControls (Optional)
- Type: SystemBoolean
If true, the existing layout controls are kept
See Also