LegacyTelogisServiceFindHierarchyNodes Method |
Print this page
Find hierarchy nodes based on name and item ID
Namespace: Telogis.API Syntax public HierarchyNode[] FindHierarchyNodes(
string nodeName,
long itemId
)
Public Function FindHierarchyNodes (
nodeName As String,
itemId As Long
) As HierarchyNode()
Parameters
- nodeName
- Type: SystemString
Only return nodes with this name. If null, the name is ignored
and only itemId is used to filter results.
- itemId
- Type: SystemInt64
Only nodes containing items (units, users, drivers, categories, fleets, or teams) with this ID will be returned.
Return Value
Type:
HierarchyNode
An array of hierarchy nodes with the given name (if not null) that contain
items with the given item ID.
See Also