ForumPostInfoProvider IncrementPostViews Method Kentico 8.0 API Reference
Increments the post views with the specified number.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

postId
Type: OnlineSystem Int32
ID of the post the views of which are updated
viewCount
Type: OnlineSystem Int32
Number of views which will be added
See Also