Click or drag to resize
ForumInfoProviderGetAllForums Method

Note: This API is now obsolete.

Returns all forums.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<ForumInfo> instead")]
public static InfoDataSet<ForumInfo> GetAllForums()

Return Value

Type: InfoDataSetForumInfo
See Also