Click or drag to resize
ForumInfoProviderGetForumInfo Method (Int32)
Returns the ForumInfo structure for the specified forum.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static ForumInfo GetForumInfo(
	int forumId
)

Parameters

forumId
Type: SystemInt32
Forum id

Return Value

Type: ForumInfo
See Also