ThreadViewCounterLogThreadView Method |
Increments the number of views of specified post.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax public static void LogThreadView(
int postId
)
Parameters
- postId
- Type: SystemInt32
ID of the post the views of which are incremented
See Also