Hi, I am trying to add a multi-line text field to a document within Sharepoint but can't currently figure out how to do it. Below is the code i have which works for most of the fields.
SPFile file = folder.Files.Add(*snip*);
file.Item[guid] = stringValue;
file.Item.SystemUpdate(true);
The document adds with no issues the problem is just adding multi line meta data to the file. Any help on this would be greatly appreciated.
Many Thanks,
Piercy