Click or drag to resize
LegacyTelogisServiceListTeams Method
Print this page
Get a selection of teams.

Namespace: Telogis.API
 
Syntax
public Team[] ListTeams(
	int offset,
	int count
)

Parameters

offset
Type: SystemInt32
Starting offset
count
Type: SystemInt32
Maximum number of teams to return

Return Value

Type: Team
An array of Team objects.
See Also