PageManager move() Issue
Hi All,
when i try to move pages from one location to another , page gets moved and finally page name changes to 1,2,3....
I need to maintain the same names for the pages.How it can be done?
Using pagemanager api for this.
pmgr.move(page, dest,null, false, true, null, null);
Also need to understand use of "beforeName" and "publishrefs[]" in this move().
kindly help with the info.
-Avinash