LegacyTelogisService.AddDriverTag Method |
Print this page
Adds a tag to the given driver.
Namespace: Telogis.API
Syntaxpublic void AddDriverTag(
long driverId,
Tag tag
)
Public Sub AddDriverTag (
driverId As Long,
tag As 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