ForumPostInfoProviderSearch Method |
Returns post, forum, forum group joined tables with dependence on.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax public static DataSet Search(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by condition - topN
- Type: SystemInt32
TOP N - columns
- Type: SystemString
Columns to select
Return Value
Type:
DataSetSee Also