Click or drag to resize
ReportCategoryInfoProviderUpdateCategoryChildCountInternal Method
Updates the child categories count of category.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected void UpdateCategoryChildCountInternal(
	int originalParentID,
	int newParentID
)

Parameters

originalParentID
Type: SystemInt32
Original parent ID
newParentID
Type: SystemInt32
New parent ID
See Also