SettingsCategoryInfoProviderGetSettingsCategories Method (String, String, Int32, String) |
Gets all categories.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static InfoDataSet<SettingsCategoryInfo> GetSettingsCategories(
string where,
string orderBy = null,
int topN = -1,
string columns = null
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy (Optional)
- Type: SystemString
Order by statement to use - topN (Optional)
- Type: SystemInt32
Number of data rows which should be included in the result - columns (Optional)
- Type: SystemString
Table columns separated by comma which should be included in the result
Return Value
Type:
InfoDataSetSettingsCategoryInfoSee Also