| ForumInfoProviderGetForumsByGroupID Method (Int32, Boolean) | 
            Returns DataSet with all forums which are assingned to group id.
            
 
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntaxpublic static InfoDataSet<ForumInfo> GetForumsByGroupID(
	int groupId,
	bool onlyOpen
)
Parameters
- groupId
 - Type: SystemInt32
Forum group ID - onlyOpen
 - Type: SystemBoolean
Get only open forums or all 
Return Value
Type: 
InfoDataSetForumInfo
See Also