Click or drag to resize
WebPartInfoProviderGetChildWebParts Method
Returns DataSet with all webparts which are inherited from selected web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<WebPartInfo> GetChildWebParts(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
Web part ID

Return Value

Type: InfoDataSetWebPartInfo
See Also