Click or drag to resize
ForumPostInfoProviderUpdateCounts Method
Update thread and 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 UpdateCounts(
	ForumPostInfo postInfo
)

Parameters

postInfo
Type: CMS.ForumsForumPostInfo
Forum post which thread and parent intended for recount
See Also