I have a sharepoint 2010 publishing site with a bunch of publishing pages. I'm trying to reorder those pages on the site via code. When I go to pubWeb.Navigation.CurrentNavigationNodes to try to use the node MoveToFirst() method - The CurrentNavigationNodes is empty even though I have a bunch of pages. Is this a bug - how come I dont' see any of my pages in this collection?
The move page methods are useless if you can't reference the nodes in that collection.
Thanks for any help
Andy