GroupMemberInfoProviderGetGroupMembers Method (String, String, Int32) |
Returns first N records on group members according to the specifed conditions.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax public static InfoDataSet<GroupMemberInfo> GetGroupMembers(
string where,
string orderBy,
int topN
)
Parameters
- where
- Type: SystemString
Where condition to apply - orderBy
- Type: SystemString
Order by statement used to sort the data - topN
- Type: SystemInt32
Number of records to return
Return Value
Type:
InfoDataSetGroupMemberInfoData set with records.
See Also