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

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

Parameters

webPartContainerId
Type: SystemInt32
WebPartContainer id
See Also