05-17-2012 08:36 AM
var node = companyhome.childByNamePath("User Homes/louise");
permissions = node.getPermissions();
print("Before removePermission:");
print(permissions);
node.removePermission("Coordinator");
permissions = node.getPermissions();
print("After removePermission:");
print(permissions);
Before removePermission:
0 : ALLOWED;louise;All
1 : ALLOWED;ROLE_OWNER;All
2 : ALLOWED;abeecher;Coordinator
After removePermission:
0 : ALLOWED;louise;All
1 : ALLOWED;ROLE_OWNER;All
2 : ALLOWED;abeecher;Coordinator
05-17-2012 09:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.