Click or drag to resize
WebPartContainerInfoProviderDeleteWebPartContainerInfo Method (Int32)
Deletes specified webPartContainer.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void DeleteWebPartContainerInfo(
	int webPartContainerId
)

Parameters

webPartContainerId
Type: SystemInt32
WebPartContainer id
See Also