LegacyTelogisServiceFindHierarchyItems Method |
Print this page
Finds hierarchy items that have the given ID.
Namespace: Telogis.API Syntax public HierarchyItem[] FindHierarchyItems(
long objectId
)
Public Function FindHierarchyItems (
objectId As Long
) As HierarchyItem()
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