Click or drag to resize
SettingsCategoryInfoProviderGetChildSettingsCategories Method (String, String)
Gets DataSet with child setting categories of the specified parent setting category, filtered by where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static InfoDataSet<SettingsCategoryInfo> GetChildSettingsCategories(
	string parentCategoryName,
	string where
)

Parameters

parentCategoryName
Type: SystemString
Name of the parent setting category
where
Type: SystemString
Where condition

Return Value

Type: InfoDataSetSettingsCategoryInfo
See Also