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

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

Parameters

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