Tagged Questions
1
vote
1answer
73 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
1answer
597 views
Creating a new ContentType with Document as base using Client Object Model
It would appear that the Client Object Model only retrieves user-defined content types as part of the ContentTypes property for a given web. I would like to create a new content type using Document as ...
2
votes
1answer
965 views
Document versioning - different doc types
I have a document library with versioning enabled. Documents are now in some other system and I need to migrate them. The problem is thath different verions migth have diffrente file types (doc, docx, ...
2
votes
2answers
276 views
link documents in sharepoint 2010
how can i create a link to a document in a library in c# using the object model in sharepoint 2010?