Click or drag to resize
ForumGroupInfoProviderGetForumGroupInfo Method (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(
	int forumGroupId
)

Parameters

forumGroupId
Type: SystemInt32
ForumGroup id

Return Value

Type: ForumGroupInfo
See Also