Hi everyone,
A couple of questions:
1) Can I assume that unlike ACL rights which may or may not be present, that the NodeRights object *always* has an owner, owner group, and public right object?
2) Instead of calling DocManClient.UpdateNodeRight(), could I instead update the nodeRight object then call UpdateNode() when I'm done? I would ideally like to have several changes happen at once, ideally with only one trip to Content server. During an update I may be updating other node attributes as well as category attributes and would like to do the updating with as little network traffic as possible
-Hugh