Click or drag to resize
LegacyTelogisServiceMoveHierarchyItem Method
Print this page
Move the given hierarchy item from one parent to another.

Namespace: Telogis.API
 
Syntax
public HierarchyItem MoveHierarchyItem(
	long itemId,
	long oldParentId,
	long newParentId
)

Parameters

itemId
Type: SystemInt64
ID of the hierarchy item (unit, user, driver, category, fleet, or team) to move
oldParentId
Type: SystemInt64
ID of the old parent node
newParentId
Type: SystemInt64
ID of the new parent node

Return Value

Type: HierarchyItem
The hierarchy item moved.
See Also