Click or drag to resize
SettingsCategoryInfoProviderSetSettingsCategoryChildCount Method
Sets correct SettingsCategoryChildCount to the specified SettingsCategory.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void SetSettingsCategoryChildCount(
	int settingsCategoryID
)

Parameters

settingsCategoryID
Type: SystemInt32
ID of the SettingsCategory
See Also