Click or drag to resize
IEmployeeApiGetEmployees Method
Gets Employee objects by their IDs.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Employee[] GetEmployees(
	int[] employeeIds
)

Parameters

employeeIds
Type: SystemInt32
Employee IDs to retrieve.

Return Value

Type: Employee
Returns array of Employee objects.
See Also