GroupMemberInfoProvider.GetGroupMembers Method (String, String) |
Returns records on group members according to the specifed conditions.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntaxpublic static InfoDataSet<GroupMemberInfo> GetGroupMembers(
string where,
string orderBy
)
Parameters
- where
- Type: System.String
Where condition to apply - orderBy
- Type: System.String
Order by statement used to sort the data
Return Value
Type:
InfoDataSet<GroupMemberInfo>Data set with records.
See Also