Click or drag to resize
WebPartInfoProviderDeleteChildWebParts Method
Deletes all the child web parts of the specified web part.

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

Parameters

webPartId
Type: SystemInt32
Web part ID
See Also