Click or drag to resize
LegacyTelogisServiceFindHierarchyItems Method
Print this page
Finds hierarchy items that have the given ID.

Namespace: Telogis.API
 
Syntax
public HierarchyItem[] FindHierarchyItems(
	long objectId
)

Parameters

objectId
Type: SystemInt64
ID of the items (unit, user, driver, category, fleet, or team) to search for

Return Value

Type: HierarchyItem
An array of hierarchy items with the given ID
See Also