Hi,
is there somewhere an example (or, if not, could you give me a short code snippet) of how to set up different permission sets for different groups/users on a single node via CS EWS?
I have only found the following method on the Node class:
Node.setPermissions(NodePermissions value)
but the NodePermissions class does not seem to have a notion of a user/group.
Let's say I need to grant permissions to delete the node to all users in a group called "moderators" and "administrators", but permissions to "modify permissions" only to the later.
How do I do that via CS EWS?
Thanks for your advice.