Click or drag to resize
ForumPostInfoProviderMoveThreadInternal Method
Moves the thread to other forum.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual void MoveThreadInternal(
	ForumPostInfo postInfo,
	int forumId
)

Parameters

postInfo
Type: CMS.ForumsForumPostInfo
Post to be moved
forumId
Type: SystemInt32
ID of the forum where the post will be moved
See Also