I'm using the SDK to lock a document, update it with new pages, set template fields, and then change it's name and move it to a new folder. I'm running in to problems with renaming and changing folders: I will get an exception similar to "the entry is locked and cannot be modified, or the object needs to be refreshed before it can be updated". I tried altering the order of operations a bit, but I seem to get the same exception, always at the rename or "move to new folder" stage.
I guess my first question is: is renaming a document (ILFEntry.setName) even supported if it is locked?