IBlazeGetEmployees Method |
Returns employees
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax BlazeGetEmployeesResponse GetEmployees(
string currentEmployeeId = null,
Nullable<int> start = null,
Nullable<int> limit = null
)
Function GetEmployees (
Optional currentEmployeeId As String = Nothing,
Optional start As Nullable(Of Integer) = Nothing,
Optional limit As Nullable(Of Integer) = Nothing
) As BlazeGetEmployeesResponse
Parameters
- currentEmployeeId (Optional)
- Type: SystemString
- start (Optional)
- Type: SystemNullableInt32
The first item to return. - limit (Optional)
- Type: SystemNullableInt32
The maximum number of brands to return.
Return Value
Type:
BlazeGetEmployeesResponseThe employees.
See Also