Click or drag to resize
WebPartInfoProviderDeleteWebPartInfo Method (Int32)
Delete specified WebPart.

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

Parameters

webPartId
Type: SystemInt32
ID of the WebPart to delete
See Also