Click or drag to resize
LegacyTelogisService.AddDriverTag Method
Print this page
Adds a tag to the given driver.

Namespace: Telogis.API
 
Syntax
public void AddDriverTag(
	long driverId,
	Tag tag
)

Parameters

driverId
Type: System.Int64
The id of the driver.
tag
Type: Telogis.API.Tag
The tag to add.

Return Value

Type: 
See Also