Click or drag to resize
ThreadViewCounterLogThreadView Method
Increments the number of views of specified post.

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

Parameters

postId
Type: SystemInt32
ID of the post the views of which are incremented
See Also