Click or drag to resize
SettingsCategoryInfoProviderGetChildSettingsCategoriesInternal Method (Int32)
Gets DataSet with child setting categories of the specified parent category.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual InfoDataSet<SettingsCategoryInfo> GetChildSettingsCategoriesInternal(
	int parentCategoryId
)

Parameters

parentCategoryId
Type: SystemInt32
ID of the parent setting category

Return Value

Type: InfoDataSetSettingsCategoryInfo
See Also