IEmployeeApiGetEmployees Method |
Gets Employee objects by their IDs.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax Employee[] GetEmployees(
int[] employeeIds
)
Function GetEmployees (
employeeIds As Integer()
) As Employee()
array<Employee^>^ GetEmployees(
array<int>^ employeeIds
)
abstract GetEmployees :
employeeIds : int[] -> Employee[]
Parameters
- employeeIds
- Type: SystemInt32
Employee IDs to retrieve.
Return Value
Type:
EmployeeReturns array of Employee objects.
See Also