Click or drag to resize
LegacyTelogisServiceRemoveDriverTag Method
Print this page
Remove a tag from a driver.

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

Parameters

driverId
Type: SystemInt64
ID of the Driver
tag
Type: Telogis.APITag
The Tag to remove from the driver

Return Value

Type: 
See Also