Click or drag to resize
CMSAbstractLayoutWebPartStartLayout Method
Starts the rendering of the layout.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
protected void StartLayout(
	bool keepExistingControls = false
)

Parameters

keepExistingControls (Optional)
Type: SystemBoolean
If true, the existing layout controls are kept
See Also