Click or drag to resize
GroupInfoProvider.GetGroupsView Method
Returns first N records on groups according to the specified conditions from groups view.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<GroupInfo> GetGroupsView(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition to apply
orderBy
Type: System.String
Order by statement used to sort the data
topN
Type: System.Int32
Number of records to return
columns
Type: System.String
Columns to select, null or empty select all columns

Return Value

Type: InfoDataSet<GroupInfo>
Data set with records.
See Also