I know people have posted similar questions to this before, but the solutions they have suggested did not help me :-(
I need to move a bunch of published documents based on a daily schedule, I have a script which moves the documents however the "Link to Document" is NOT being updated.
I understand that after moving the document you should do both umbraco.library.UpdatedDocumentCahce and umbraco.library.RefreshContent - which I'm doing, but there still seems to be no joy. Does anyone have any ideas why this may be happening?
I'm afriad that I never found a solution to this when moving the document. I ended up copying the document to the new place using Document.Copy, and then deleting the old document. The downside to this is that you loose all audit trails, roles backs etc, in my instance that didn't matter too much though.
Moving a published document not updating it's URL
Hi,
I know people have posted similar questions to this before, but the solutions they have suggested did not help me :-(
I need to move a bunch of published documents based on a daily schedule, I have a script which moves the documents however the "Link to Document" is NOT being updated.
I understand that after moving the document you should do both umbraco.library.UpdatedDocumentCahce and umbraco.library.RefreshContent - which I'm doing, but there still seems to be no joy. Does anyone have any ideas why this may be happening?
I'm using Umbraco 4.7.1.1 by the way...
Thanks,
Michael
Hello Michael,
Have you ever gotten a solution for this? I'm running into the same issues.
Thanks!
Hi Seb,
I'm afriad that I never found a solution to this when moving the document. I ended up copying the document to the new place using Document.Copy, and then deleting the old document. The downside to this is that you loose all audit trails, roles backs etc, in my instance that didn't matter too much though.
Mike
is working on a reply...