SettingsCategoryInfoProviderGetChildSettingsCategoriesInternal Method (Int32) |
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(
int parentCategoryId
)
Parameters
- parentCategoryId
- Type: SystemInt32
ID of the parent setting category
Return Value
Type:
InfoDataSetSettingsCategoryInfoSee Also