Click or drag to resize
ForumInfoProviderGetForumsByGroupID Method (Int32)

Note: This API is now obsolete.

Returns DataSet with all forums which are assigned to group id.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<ForumInfo> instead")]
public static InfoDataSet<ForumInfo> GetForumsByGroupID(
	int groupId
)

Parameters

groupId
Type: SystemInt32
Forum group ID

Return Value

Type: InfoDataSetForumInfo
See Also