Click or drag to resize
CMSAbstractLayoutWebPartAddWebPart Method
Adds the web part to the layout

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected CMSAbstractWebPart AddWebPart(
	string path
)

Parameters

path
Type: SystemString
Web part path

Return Value

Type: CMSAbstractWebPart
See Also