0
votes
1answer
17 views

Allow users to “edit permissions” on their own documents

We have a customer who expressed a need to allow the "Author" of a document to edit the permissions of that specific document, without giving him/her the "Edit permission" - permission in the entire ...
1
vote
1answer
74 views

Is it possible to check if a document has unique permissions using SP2010 Client Object Model

I have a 2010 site that has many documents in many different folders. I believe a number of them have broken permission inheritence. Is there a way i can code a C# console app to utilise client object ...
1
vote
2answers
68 views

Difference b/w Read and View Only

I have a requirement to setup a permission level, where user can only see the document and see the associated metadata columns but cannot download or open the document. We have a permission level ...
1
vote
1answer
77 views

How can I grant contribute-like permissions to a document set without allowing the set to be deleted?

Is it possible to grant contribute-like permissions (even if I have to create a new permission level), to a document set without allowing the users to delete the document set itself? I've got lots of ...
0
votes
0answers
56 views

SharePoint OOTB Search Web Part Needs Tweaking

I have a SharePoint search web part on my page. I was under the understanding that security trimming is automatically incorporated into the query in but all users can see certain pending documents. ...
0
votes
3answers
317 views

Error in opening sharepoint site using SPSite

I created document using office XML but now i m going to store that document in sharepoint library then it giving me an error like ["The Web application at {siteUrl} could not be found. Verify that ...
3
votes
1answer
104 views

Grant permissions on documents in a document center based on the document ID

First of all let me start by saying that I'm not a professional SharePoint 2010 developer. I know some basics and read about how SharePoint is constructed and stuff, played with it a little, but it ...
9
votes
4answers
857 views

Cannot upload to a permissions-enabled document library even with RunWithElevatedPrivileges

In our WSS 3.0 application, we have a document library that has an elevated folder called "Approved". It has different permissions from the rest of the Document Library in order to prevent people from ...
0
votes
3answers
1k views

SharePoint 2010 restricted document library contributors

Is it possible to setup a document library in SharePoint 2010 such that users can contribute, rate, and tag documents, but not edit the document itself once it has been submitted to the document ...
0
votes
1answer
35 views

What feels like an NP-Complete problem, managing document access depending on a users permissions

I have 2 users, Martin and John I have 5 documents, all available to Martin and John. I also have 2 documents that are available to John only (Martin must not see them). To complicate matters these ...
3
votes
2answers
6k views

“Document could not be checked out” permission problem?

I am facing problem with document check out in a SharePoint document library. This is the message I am getting: I'm using the out of the box document library. I have logged on as Admin Document is ...