Click or drag to resize
PageTemplateCategoryInfoProviderUpdateCategoryTemplateChildCountInternal Method
Updates the child templates count of category.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateCategoryTemplateChildCountInternal(
	int originalParentID,
	int newParentID
)

Parameters

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