Click or drag to resize
ForumInfoProvider.GetForums Method
Returns a query for all the ForumInfo objects.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<ForumInfo> GetForums()

Return Value

Type: ObjectQuery<ForumInfo>
See Also