IGroupAdapterGetGroups Method | |
Gets a list of Groups based on the provided parameters.
Namespace:
PSI.Sox.Adapter.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<Group> GetGroups(
string carrier,
string groupType,
GroupStatus statusFlag
)
Parameters
- carrier
- Type: SystemString
Carrier Symbol. - groupType
- Type: SystemString
GroupType - statusFlag
- Type: GroupStatus
Current Status flag used in group.
1 - Open, 2 - Closed, 3 - ClosedLocked.
Return Value
Type:
ListGroupArray of populated Group objects.
See Also