Hi There,
I am just wondering if it is possible to simply add a new category object without blanking the previous one.
example - Business Workspace has X Category applied - i want to add another category Y
Currenty I can add category Y by
- Creating metadata object
- Creating an attribute group - and populating that with StringValue
- Apply the Attribute Group to the Metadata object
- I then get the node (called existing node)
- Then the only option (as I can see it) is to set the Metadata on the node (e.g.g existingNode.Metadata = metadata) and run an update (e.g. docment.UpdateNode(ref otauth, exstingNode)
This then removed Category X and only applies Y. Is the only way to extract the category information for each node I wish to process, populate that information into a new attribute group object and apply X and Y back to the object (just seems a little overkill, that is all).
Regards,
Matthew Barben