Click or drag to resize
ForumPostInfoProviderGetForumPostsInternal Method
Returns forum post DataSet.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
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