Click or drag to resize
CMSAbstractLayoutWebPartFinishLayout Method
Finishes the layout designing.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected string FinishLayout(
	bool addToControls = true
)

Parameters

addToControls (Optional)
Type: SystemBoolean
If true, the output layout is added to the controls collection

Return Value

Type: String
See Also