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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
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