Tagged Questions
1
vote
1answer
71 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 ...
0
votes
2answers
461 views
Remove non full controlled Permission Sharepoint Groups from a SharePoint List using Client Object Model
I have SharePoint List which has stop inheriting from the Parent Sub Site. I need to retrieve the SharePoint Groups which are not been assigned with Full Control on the List. Then need to remove them ...
1
vote
0answers
277 views
Get Permissions with client object model
i want to add a permission on a folder who's inside a document library with javascript/jquery/client object model.
The problem i have is, its a custom permission level created when some feature is ...
1
vote
1answer
255 views
Windows Application to access the list in a Sharepoint Site using Client Object Model
I have created a Windows Application, which uses Client object model to access lists in a Sharepoint site(installed and configured on a separate server).
I have used the default credentials to access ...
1
vote
1answer
186 views
How can i get entire role assignments from SP 2010 using the COM interface including the users in the AD groups and not the groups names?
I've been trying to get all the RoleAssignments using the COM interface. the problem is that i get the AD user group names instead of the actual users inside the groups.
my code looks something like ...
3
votes
1answer
594 views
Permissions error in IE 8 but not Firefox 6.0.2?
I am using the Javascript Client Object model to access some information from a list. Below is the code I am using:
function getDeptInfo(id) {
//var value = ...
4
votes
1answer
2k views
Remove “Add new item” functionality from lists
I have lists where the items are created from nintex workflows. I need to prevent the users from adding list items manually, as the workflows ensure dependencies.
Revoking the add item permission is ...
1
vote
0answers
461 views
Get group membership of current users using ECMAScript [duplicate]
Possible Duplicate:
How do I determine a user's SharePoint group membership using the client object model?
How can I use the client object model to get a list of all (SP) groups the ...