Tagged Questions
0
votes
1answer
161 views
Enterprise wiki site collection Users privileges in sharepoint 2013
I have created a collaboration site collection which contain an enterprise wiki, and now my register users are being able to add, edit, delete and read wikis in a very reliable and efficient way.
But ...
1
vote
3answers
726 views
SharePoint 2010 RunWithElevatedPrivileges() Throws Exception
I am trying to update a list item using:
SPSecurity.RunWithElevatedPrivileges(delegate()
{
...
item.update();**// this line works**
list.update();**//// exception thrown on this ...