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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual void ClearLayout(
	bool keepExistingControls
)

Parameters

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