Tagged Questions
1
vote
1answer
85 views
List item Title goes blank after editing document in Word
I am creating new document in document library using this code:
private SPListItem CreateNewDocument()
{
SPContentType documentContentType;
byte[] bytes;
string templatePath;
...
1
vote
0answers
122 views
Can't update document properties through any API - only through check out and check in
I have a few documents in a library that I can't seem to update the properties for through the Web UI, the ListData.svc (JSON/JS), the object model or PowerShell. We have a property called Data Rights ...
1
vote
2answers
3k views
UpdateListItems in a library with client object model
I’m trying to update some metadata with web services. I read following msdn article UpdateListItems and wrote a small test program, but sadly something went wrong. I get the error message, that the ...