Click or drag to resize
ForumPostInfoProviderSplitThreadInternal Method
Creates new thread from the given post.

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

Parameters

postInfo
Type: CMS.ForumsForumPostInfo
Post to be separated from current thread
See Also