Ant Organisation Ltd documentation

HierarchyManager.GetNodeFromPath Method 

Gets the node from a given path.

public HierarchyNode GetNodeFromPath(
   AuthenticatedUser user,
   string path
);

Parameters

user
path
Path

Return Value

Node

Remarks

Path can be obtained from the HierarchyNode using GetPath
Path is of form root\parent\child\node

See Also

HierarchyManager Class | Ant.Hierarchy Namespace