Click or drag to resize
WebPartContainerInfoProviderDeleteWebPartContainerInfoInternal Method
Deletes specified webPartContainer.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteWebPartContainerInfoInternal(
	WebPartContainerInfo webPartContainerObj
)

Parameters

webPartContainerObj
Type: CMS.PortalEngineWebPartContainerInfo
WebPartContainer object
See Also