Click or drag to resize
ForumPostInfoProviderGetChildPostsInternal Method
Returns all the child posts of the post.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ForumPostInfo> GetChildPostsInternal(
	int postId
)

Parameters

postId
Type: SystemInt32
Post ID

Return Value

Type: InfoDataSetForumPostInfo
See Also