06-01-2007 08:08 AM
document.removePermission("Read");
document.removePermission("Write");
document.removePermission("Delete");
document.removePermission("AddChildren"); /* <– not sure about this */
document.setOwner("admin");
space.removePermission("Read");
06-01-2007 10:18 AM
06-01-2007 12:13 PM
space.removePermission("Read");
// Prevent public access to a document
document.removePermission("Read");
document.removePermission("Write");
document.removePermission("Delete");
document.setInheritsPermissions(false);
document.setOwner("admin");
08-21-2007 12:37 PM
document.setInheritsPermissions(false);
document.setOwner("admin");
document.setInheritsPermissions(false);
document.setOwner(editorInChief);
You do not have the appropriate permissions to perform this operation.
08-22-2007 04:58 AM
10-31-2007 04:25 PM
I changed my script and now it works: The space itself is "readable", but the documents are not.// Prevent public access to a document
document.removePermission("Read");
document.removePermission("Write");
document.removePermission("Delete");
document.setInheritsPermissions(false);
document.setOwner("admin");
11-09-2007 11:01 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.