| 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
Syntaxpublic long CreateTag(
	string name,
	TagType tagType,
	Property[] properties
)
Public Function CreateTag ( 
	name As String,
	tagType As TagType,
	properties As Property()
) As Long
Parameters
- name
- Type: SystemString
 
- tagType
- Type: Telogis.APITagType
 
- properties
- Type: Telogis.APIProperty
 
Return Value
Type: 
Int64
            	The ID of the created Tag
            
 See Also
See Also