Click or drag to resize
WebPartInfoProviderGetChildWebPartsInternal 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#
protected virtual InfoDataSet<WebPartInfo> GetChildWebPartsInternal(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
Web part ID

Return Value

Type: InfoDataSetWebPartInfo
See Also