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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax
C#
protected ForumGroupInfo GetForumGroupInfoInternal(
	int forumGroupId
)

Parameters

forumGroupId
Type: SystemInt32
ForumGroup id

Return Value

Type: ForumGroupInfo
See Also