21 Oct
2003
21 Oct
'03
8:47 p.m.
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