Click here to Skip to main content
Sign Up to vote bad
good
See more: C#Sharepoint
Hello!
 
Ive been strugling with a problem when replacing an existing document in SP document library (I need to change the contents of the file). Ive tried it in two ways:
spFile.File.SaveBinary(newData);
 
currSpWeb.Files.Add(destFile, memoryStream, true(overwrite))
 
in both cases the file contents are replaced and all, but the field "Title" (it has to stay the same) in the library is overwriten with an empty string.
 
Ive debuged it and before it exits the method the field is stil filled out correctly. But after it finishes, and if I go to the library the item appears with "Title" field empty.
All other fields are filled out as before.
I would appriciate any help.
 
Edit: This only happens with .docx type of documents, all others are working fine, the irony is that only doxc files are allowed Big Grin | :-D
 
Thanks
B
Posted 17 Dec '12 - 3:44
pykos361
Edited 19 Dec '12 - 22:26

Comments
Edo Tzumer - 27 Jan '13 - 1:52
Hey Pikos, Sounds like you'd better post a Tip\Trick when you solve this one, eh? ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 611
1 Maciej Los 265
2 Slacker007 240
3 CPallini 235
4 OriginalGriff 210
0 Sergey Alexandrovich Kryukov 9,118
1 OriginalGriff 7,134
2 CPallini 3,803
3 Rohan Leuva 3,135
4 Maciej Los 2,558


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 20 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid