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