GroupInfoProviderGetGroups Method (String, String) |
Returns records on groups according to the specifed conditions.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax public static InfoDataSet<GroupInfo> GetGroups(
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:
InfoDataSetGroupInfoData set with records.
See Also