Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Getting all users that belong to a certain user role?Getting all users that belong to a certain user role?
Previous
 
Next
New Post
4/19/2008 10:59 PM
 

I have found the method UserController.GetUsersByProfileProperty(PortalID,"PropertyName","PropertyValue") but I want to extract Users belonging to a certain user role but cannot find a method/stored procedure for this .... but I have a feeling that there should be one somewhere ..... have I missed it ? I don't want to build a stored procedure for this if it is already there somewhere....

/Johan

Vattenskoter
nätdejting
Tidrapportering

 
New Post
4/20/2008 12:33 AM
 

This returns an ArrayList of UserInfo:

DotNetNuke.Security.Roles.RoleController.GetUsersByRoleName(ByVal PortalID As Integer, ByVal RoleName As String)

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
4/20/2008 4:17 AM
 

ah thanks ... great, that will do the trick

/Johan

Vattenskoter
nätdejting
Tidrapportering

 
New Post
4/20/2008 4:51 AM
 

the code is breaking at one point due to a bug in DotNetNuke. the workaround is fairly easy though:

This code breaks when getting userInfo objects AND trying to get to their customised properties like "Company".

The work around is to retrieve the Userobj once again with the bug-free method UserController:

 

LocalUserobj = DotNetNuke.Entities.Users.UserController.GetUser(PortalId, objUser.UserID,False)

 

 

/Johan

 

Vattenskoter
nätdejting
Tidrapportering

 

 
New Post
4/20/2008 7:26 PM
 

That is an interesting observation, and good to know.  Thanks for the update.


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Getting all users that belong to a certain user role?Getting all users that belong to a certain user role?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out