2

I am using ayende's Rhino Security . Is there any method to get a list of usergroups using the security framework ?

dan_l
  • 1,692
  • 2
  • 23
  • 40

1 Answers1

2

Nope, but you can do session.CreateCriteria<UserGroup>().List<UserGroup>();

Vadim
  • 17,897
  • 4
  • 38
  • 62