Click or drag to resize
WebPartInfoProviderGetChildWebPartsInternal Method

Note: This API is now obsolete.

Returns DataSet with all webparts which are inherited from selected web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetWebParts() with custom where condition instead.")]
protected virtual InfoDataSet<WebPartInfo> GetChildWebPartsInternal(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
Web part ID

Return Value

Type: InfoDataSetWebPartInfo
See Also