ForumPostInfoProviderUpdateCounts Method |
Update thread and child-posts counts of specified post.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax public static void UpdateCounts(
ForumPostInfo postInfo
)
Parameters
- postInfo
- Type: CMS.ForumsForumPostInfo
Forum post which thread and parent intended for recount
See Also