Click or drag to resize
CMSAbstractLayoutWebPartClearLayout Method
Clears the currently generated layout

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void ClearLayout(
	bool keepExistingControls
)

Parameters

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