Click or drag to resize
LegacyTelogisServiceListTeamDrivers Method
Print this page
Gets a number of drivers from the specified Team . A team is a collection of drivers.

Namespace: Telogis.API
 
Syntax
public Driver[] ListTeamDrivers(
	long teamId,
	int offset,
	int count
)

Parameters

teamId
Type: SystemInt64
ID of the Team
offset
Type: SystemInt32
Starting offset
count
Type: SystemInt32
Maximum number of Drivers to return

Return Value

Type: Driver
A number of drivers from the specified team.
See Also