Click or drag to resize
ForumGroupInfoProviderGetForumGroupInfo Method (String, Int32, 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,
	int communityGroupId
)

Parameters

forumGroupName
Type: SystemString
ForumGroup name
siteId
Type: SystemInt32
Site id
communityGroupId
Type: SystemInt32
Community group id

Return Value

Type: ForumGroupInfo
See Also