Click or drag to resize
SettingsCategoryInfoProviderGetSettingsCategoriesInternal Method (String, String, Int32, String)
Gets all categories.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<SettingsCategoryInfo> GetSettingsCategoriesInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement to use
topN
Type: SystemInt32
Number of data rows which should be included in the result
columns
Type: SystemString
Table columns which should be included in the result

Return Value

Type: InfoDataSetSettingsCategoryInfo
See Also