Tagged Questions
0
votes
1answer
90 views
Is it safe to remove SharePoint\system SPUser from a custom sharepoint user group?
is it safe to remove SPUser "SharePoint\system" from a custom SharePoint user group?
<User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" ...
0
votes
1answer
31 views
Add Domain User To The Site With Having Only Email Address
I know that;
SPWeb.EnsureUser(string loginName);
can be used to add Domain Users with login name, to the site users. But i have a list with only email addresses. How can i add these people to site ...
1
vote
1answer
38 views
Opening site collection with admin user to prevent access exceptions
I have a custom webservice hosted in SharePoint. Within this service, I need to at times look up sites by id. Despite running code in an SPSecurity.RunWithElevatedPriviledges block, I still get Access ...
1
vote
1answer
146 views
User Permissions SharePoint 2010
I am working with SharePoint 2010. My requirement is to have some user groups blocked for some of my custom pages those reside in "Site Pages" library.So that users in those groups can not access the ...
2
votes
1answer
262 views
terminated employee still shows up in user search
From Central Admin > user profile search > Employee not listed (meaning nightly sync took him out)
However, went to a site permission and type the terminated employee's user id "tpatel" and SP ...
1
vote
1answer
303 views
Strange problem with adding some users
I'm encountering problems adding "some" users(of a certain domain) to a group..
The code works every "domain1" user, but for "domain2" for doesn't:
...
1
vote
1answer
299 views
Using Sharepoint Modal
we are implementing a feature in sharepoint where the user can share documents, we are reworking our own UI to make it easier for the end user. We have a modal popup where you can select multiple ...