Click or drag to resize
ForumPostInfoProviderGetChildPosts 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#
public static InfoDataSet<ForumPostInfo> GetChildPosts(
	int postId
)

Parameters

postId
Type: SystemInt32
Post ID

Return Value

Type: InfoDataSetForumPostInfo
See Also