WebPartInfoProviderGetChildWebPartsInternal Method |
Returns DataSet with all webparts which are inherited from selected web part.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax protected virtual InfoDataSet<WebPartInfo> GetChildWebPartsInternal(
int webPartId
)
Parameters
- webPartId
- Type: SystemInt32
Web part ID
Return Value
Type:
InfoDataSetWebPartInfoSee Also