Click or drag to resize
ForumPostInfoProviderUpdatePostCounts Method
Update direct-child-posts counts of specified post.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void UpdatePostCounts(
	int postId
)

Parameters

postId
Type: SystemInt32
ID of the forum post to recount
See Also