Click or drag to resize
ForumInfoProviderGetAllForums Method (String, String)
Returns all forums according to the specifed conditions.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ForumInfo> GetAllForums(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
orderBy
Type: SystemString

Return Value

Type: InfoDataSetForumInfo
See Also