Click or drag to resize
WidgetCategoryInfoProviderGetWidgetCategoriesInternal Method (String, String, String, Int32)
Returns all widget categories according to parameters.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<WidgetCategoryInfo> GetWidgetCategoriesInternal(
	string columns,
	string where,
	string orderBy,
	int topN
)

Parameters

columns
Type: SystemString
Returned columns
where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement
topN
Type: SystemInt32
Top N rows

Return Value

Type: InfoDataSetWidgetCategoryInfo
See Also