Hi
I am using the JAVA API and want to view the permissions on a file down my files/ structure e.g. files/mydir/myfile.txt users are given inheritable permissions to files, shouldn't this permission then be accessible though the Enumeration permissions = security.enumeratePermissions(slideToken, "files/mydir/myfile.txt"); Using the above gives me only permissions which has been specifically set on the uri, not inherited permissions. Is it not possible to get inherited permissions on a file-node????? Regards Troels Rossing www.Qualiware.com
