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

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

Parameters

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