Click or drag to resize
GroupMemberInfoProviderGetGroupMembers Method (String, String)
Returns records on group members according to the specifed conditions.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<GroupMemberInfo> GetGroupMembers(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to apply
orderBy
Type: SystemString
Order by statement used to sort the data

Return Value

Type: InfoDataSetGroupMemberInfo
Data set with records.
See Also