Tagged Questions
0
votes
1answer
31 views
Sort alphabetically Users
When I'm Adding users, i want to sort them alphabetically. Could You help. Here is my code:
SPUserCollection userzyWszyscy2 = witryna.SiteUsers;
foreach (SPUser oUserKolejny in ...
1
vote
0answers
595 views
Fully delete a user from the User Information List (WSS 3.0)
I am having the same issue as this poster on MSDN, but the solution given did not work:
http://bit.ly/Akz5RD
This is also a follow-up from an earlier question of mine:
http://bit.ly/wfjd13
NOTE: ...
1
vote
2answers
602 views
Show deleted users in User Information List programmatically
I am working with retrieving user info programmatically in WSS 3.0. I understand that users are stored in each Site Collection's User Information List. Deleted users are not visible in the User ...