Search In
Learn from 350 other Umbracians at the annual Umbraco Conference - CodeGarden '13. More than twenty high quality sessions, open spaces, hackathons and social events you'll remember. Not to be missed! Less than 25 tickets left - get yours now!
Hi
Has anyone got any info on how to undelete items from the umbraco recycle bin using the API?
I know when documents are deleted they are set to trashed with a parent node of -20 (the recycle bin) but does it record where it was deleted from anywhere and how can I go about undeleting it with the API?
thanks,
Unfortunately, the path is lost when a node is deleted, so it's not possible to know where to move the record to if you decide to undelete it.