Click or drag to resize
WebPartCategoryInfoProviderGetCategoriesAndWebparts Method
Returns dataset with categories and webparts

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetCategoriesAndWebparts(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression
topN
Type: SystemInt32
Top N
columns
Type: SystemString
Columns to select, null or empty returns all columns

Return Value

Type: DataSet
See Also