Click or drag to resize
LegacyTelogisServiceCreateTag Method
Print this page
Create a Tag. A Tag is a simple and flexible method of categorizing, labeling, and sorting assets, such as drivers and units.

Namespace: Telogis.API
 
Syntax
public long CreateTag(
	string name,
	TagType tagType,
	Property[] properties
)

Parameters

name
Type: SystemString
tagType
Type: Telogis.APITagType
properties
Type: Telogis.APIProperty

Return Value

Type: Int64
The ID of the created Tag
See Also