The spuser tag has no wiki summary.
2
votes
1answer
288 views
How to get SPUser from FBA login name
I have a Form Based Authentication login name login_name
how to get an SPUser object for that login name.
I have tried the
Web.EnsureUser(string.Format("c:0-.f|role|{0}", name));
but it gives me ...
0
votes
1answer
54 views
How to set a UserMulti field via a UserField Control?
I have a list similar to the usual Tasks Sharepoint List and I introduced the field assigned to as a multi user field like this (I have read somewhere that with Mult option should always be set to ...
0
votes
1answer
95 views
Email property is empty on SPUser object, how to fill?
I have a piece of code which gets the email address of a SPUser object. The email property is empty. Where I can fill the email address of this user? Is it in SharePoint or somewhere in AD? I dont ...
0
votes
1answer
144 views
How to check if current user is exist in a AD group inside a Sharepoint group
I have a sharepoint permission group with some permissionslevels. The name is: "SPProgress". Inside this group I have inserted a AD usergroup with the name "ADProgress".
I would like to check in ...