ForumGroupInfoProviderGetForumGroupInfo Method (String, Int32) |
Returns the ForumGroupInfo structure for the specified forumGroup.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static ForumGroupInfo GetForumGroupInfo(
string forumGroupName,
int siteId
)
Parameters
- forumGroupName
- Type: SystemString
ForumGroup name - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ForumGroupInfoSee Also