Hi All, I like to get the list of members who have Reviewer role in current folder and all the top level folders (including local roles). My plan is to use member.getRoles() for each member and check whether he is reviewer or not. This is a lengthy process. Is there any function to get the Reviewers. I went thru the code, but i could not succedd. Thanks and regards saravanan A A.Saravanan, WundtStrasse 7,Zi:9L1, Dresden - 01217 Germany Home: 0351-7997546 Mobile: 01797395091
saravanan annamalai wrote at 2003-10-21 13:34 -0000:
I like to get the list of members who have Reviewer role in current folder and all the top level folders (including local roles).
This is no built-in operation. You must get all users and then check for each user whether it has the required role. Many (though not all) UserFolders provide all users with the method "getUsers". Dieter
participants (2)
-
Dieter Maurer -
saravanan annamalai