Click or drag to resize
ForumInfoProvider.GetForumInfo Method (String, Int32, 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(
	string forumName,
	int siteId,
	int groupId
)

Parameters

forumName
Type: System.String
Forum name
siteId
Type: System.Int32
Site ID
groupId
Type: System.Int32
Community group ID

Return Value

Type: ForumInfo
See Also