Click or drag to resize

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
)

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: ListGroup
See Also