LegacyTelogisServiceRemoveDriverTag Method |
Print this page
Remove a tag from a driver.
Namespace: Telogis.API Syntax public void RemoveDriverTag(
long driverId,
Tag tag
)
Public Sub RemoveDriverTag (
driverId As Long,
tag As 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