Click or drag to resize
ForumGroupInfoProviderGetForumGroupInfo Method (String, Int32)
Returns the ForumGroupInfo structure for the specified forumGroup.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static ForumGroupInfo GetForumGroupInfo(
	string forumGroupName,
	int siteId
)

Parameters

forumGroupName
Type: SystemString
ForumGroup name
siteId
Type: SystemInt32
Site ID

Return Value

Type: ForumGroupInfo
See Also