Click or drag to resize
GroupMemberInfoProvider.GetGroupMembersInternal Method
Returns first N records on group members according to the specifed conditions.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<GroupMemberInfo> GetGroupMembersInternal(
	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 returns all columns

Return Value

Type: InfoDataSet<GroupMemberInfo>
See Also