ForumPostInfoProviderGetForumPostsInternal Method |
Note: This API is now obsolete.
Returns forum post DataSet.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax [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:
InfoDataSetForumPostInfoSee Also