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

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

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part
See Also