Click or drag to resize
ForumGroupInfoProviderGetAllGroups Method (String)
Returns all groups for selected site.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ForumGroupInfo> GetAllGroups(
	string siteName
)

Parameters

siteName
Type: SystemString

Return Value

Type: InfoDataSetForumGroupInfo
See Also