WebPartInfoProviderGetAllWebParts Method |
Gets all WebParts in specified WebPartCategory.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public static InfoDataSet<WebPartInfo> GetAllWebParts(
int webPartCategoryId
)
Parameters
- webPartCategoryId
- Type: SystemInt32
ID of specified WebPartCategory
Return Value
Type:
InfoDataSetWebPartInfoSee Also