kentico_michal
-
12/2/2010 5:56:05 AM
RE:Group Member Viewer -> get user role (in group)
Hi,
Regrettably, Group members viewer web part does not have any property that would allow you to filter users depending on roles that users are assigned to. On the other side, Group members viewer web part has property Where condition property, where you can insert standard SQL Where conditions. So you could create SQL WHERE condition and use this property to filter users. Users are stored in CMS_User table. Primary key UserID is used in user-role relationship definition in CMS_UserRole table and information about Roles is stored in CMS_Role table.
Best regards, Michal Legen
|