Click or drag to resize
LegacyTelogisServiceSetUnitInstallType Method
Print this page
Sets the install type of the provided unit

Namespace: Telogis.API
 
Syntax
public bool SetUnitInstallType(
	long unitId,
	string installTypeName
)

Parameters

unitId
Type: SystemInt64
installTypeName
Type: SystemString

Return Value

Type: Boolean
true if install type was successfully set, false otherwise
See Also