Click or drag to resize
ForumPostInfoProviderSearchInternal Method
Returns post, forum, forum group joined tables with dependence on.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual DataSet SearchInternal(
	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: DataSet
See Also