cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Associations

tim-erwin
Champ in-the-making
Champ in-the-making
Hi,

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?

Regards, Tim
1 REPLY 1

tim-erwin
Champ in-the-making
Champ in-the-making
OK, I managed to rename stuff by moving it with a CMLMove statement. Big HOWEVER:

  1. 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?

  2. 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…)

Tim