LegacyTelogisServiceAddDriverTag Method |
Print this page
Adds a tag to the given driver.
Namespace: Telogis.API Syntax public void AddDriverTag(
long driverId,
Tag tag
)
Public Sub AddDriverTag (
driverId As Long,
tag As Tag
)
Parameters
- driverId
- Type: SystemInt64
The id of the driver.
- tag
- Type: Telogis.APITag
The tag to add.
Return Value
Type:
See Also