ForumPostInfoProviderMoveThread Method |
Moves the thread to other forum.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static void MoveThread(
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