Click or drag to resize
ForumInfoProviderGetAllForums Method (String, String)

Note: This API is now obsolete.

Returns all forums according to the specified conditions.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetForums() instead")]
public static InfoDataSet<ForumInfo> GetAllForums(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
orderBy
Type: SystemString

Return Value

Type: InfoDataSetForumInfo
See Also