I'm trying to rename a space. The first step is easy: set name and/or title properties of the respective node. However, that doesn't change the child-parent association. In the node browser there's still the old name as a child name.
How can I modify that association? Or do I have to recreate it with the new values?
OK, I managed to rename stuff by moving it with a CMLMove statement. Big HOWEVER:
I tried using CMLRemoveChild and CMLAddChild, but the former completely deleted the item (uuid not found any more). I thought it would only remove the child association? Or what's the difference to CMLDelete?
In the CMLMove there is a property childName, which has no effect as far as I have seen. What is it for?
(I know the CML chart in the wiki, doesn't really help here, though it's helpful in general…)