Click or drag to resize
LegacyTelogisServiceAddDriverTag 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: SystemInt64
The id of the driver.
tag
Type: Telogis.APITag
The tag to add.

Return Value

Type: 
See Also