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