IBusinessObjectApiGetGroups Method | |
Get Groups
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<Group> GetGroups(
UserContext userContext,
string carrier,
string groupType,
GroupStatus statusFlag,
SearchCriteria searchCriteria,
out int totalRecords
)
List<Group^>^ GetGroups(
UserContext^ userContext,
String^ carrier,
String^ groupType,
GroupStatus statusFlag,
SearchCriteria^ searchCriteria,
[OutAttribute] int% totalRecords
)
function GetGroups(userContext, carrier, groupType, statusFlag, searchCriteria, totalRecords);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext - carrier
- Type: SystemString
carrier - groupType
- Type: SystemString
GroupType - statusFlag
- Type: PSI.SoxGroupStatus
statusFlag - searchCriteria
- Type: SearchCriteria
searchCriteria - totalRecords
- Type: SystemInt32
totalRecords
Return Value
Type:
ListGroupSee Also