SettingsCategoryInfoProviderGetChildSettingsCategoriesInternal Method (String, String) |
Gets DataSet with child setting categories of the specified parent category.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual InfoDataSet<SettingsCategoryInfo> GetChildSettingsCategoriesInternal(
string parentCategoryName,
string where
)
Parameters
- parentCategoryName
- Type: SystemString
Code name of the parent setting category - where
- Type: SystemString
Where condition
Return Value
Type:
InfoDataSetSettingsCategoryInfoSee Also