Click or drag to resize
ForumPostInfoProviderSelectForumPosts Method (Int32, String, String)
Returns the DataSet of forum posts in specified subtree of forum posts.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ForumPostInfo> SelectForumPosts(
	int forumId,
	string path,
	string whereCondition
)

Parameters

forumId
Type: SystemInt32
Forum ID
path
Type: SystemString
Posts path
whereCondition
Type: SystemString
Where condition

Return Value

Type: InfoDataSetForumPostInfo
See Also