I have searched for hours and not found the answer to this, so was hoping someone here could help.
How do I get the roles set on a node from code behind?
I have my node: Node nodeToCheck = new Node(nodeID);
How do I now know what role permissions are set on this node?
Thanks in advance.