Click or drag to resize
ForumInfoProviderGetForumInfo 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: SystemString
Forum name
siteId
Type: SystemInt32
Site ID
groupId
Type: SystemInt32
Community group ID

Return Value

Type: ForumInfo
See Also