Click or drag to resize
ForumUserFavoritesInfoProviderGetFavorites Method (String, String)
Gets user-favorites dataset filtered by given WHERE condition and ordered by specified ORDER BY statement.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetFavorites(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to use
orderBy
Type: SystemString
Order by statement to use

Return Value

Type: DataSet
See Also