ForumPostInfoProvider.MoveThreadInternal Method |
Moves the thread to other forum.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax protected virtual void MoveThreadInternal(
ForumPostInfo postInfo,
int forumId
)
Parameters
- postInfo
- Type: CMS.Forums.ForumPostInfo
Post to be moved - forumId
- Type: System.Int32
ID of the forum where the post will be moved
See Also