Click or drag to resize
ForumPostInfoProviderGetForumPostsInternal Method

Note: This API is now obsolete.

Returns forum post DataSet.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetForumPosts() instead")]
protected virtual InfoDataSet<ForumPostInfo> GetForumPostsInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Select top n columns
columns
Type: SystemString
Columns which should be selected

Return Value

Type: InfoDataSetForumPostInfo
See Also