Click or drag to resize
WebPartInfoProviderGetAllWebParts Method
Gets all WebParts in specified WebPartCategory.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<WebPartInfo> GetAllWebParts(
	int webPartCategoryId
)

Parameters

webPartCategoryId
Type: SystemInt32
ID of specified WebPartCategory

Return Value

Type: InfoDataSetWebPartInfo
See Also