Hi,
I am trying to create AreaPath nodes through OM API. I can use CommonStructureService.CreateNode method to do it. The question is: how I can create root node What should I supply as parentUri to CreateNode for root nodes Or may be there is other special function to do it
Thanks,
Leon

Creation of AreaRootNode/IterationRootNode
Pavan C
Tami19813
Hi Allen,
I understand that. What I meant was "How I can create node located directly under Area or Iteration ". What would be its parent URI
Stephen020960
Sorry I misunderstood your question. Use GetNodeFromPath using "projectname/Area" as the path to get the parent node for top level Area nodes.
Allen
Gilles L.
Thanks Allen,
I'll try that