Click or drag to resize
WebPartZoneInstanceRemoveWebPart Method
Removes the web part instance from the schema.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public void RemoveWebPart(
	WebPartInstance webPart
)

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part
See Also