Tagged Questions
0
votes
1answer
43 views
Add a reuired field to document being stored in a doc library
I'm not at all sure this can even be done, I certainly can't find an example anywhere.....
I have a document library of a bunch of internal documents our company uses. I have a CEWP that searches the ...
0
votes
1answer
276 views
How to identify change to the “Modified By”, “Created By” , “CheckOutTo” column title through REST API
I am an iOS developer. In one of my application, I need to make modified by, created by and checkoutto user's information along with the document/list item information from SharePoint server through ...
2
votes
1answer
3k views
How can I upload a file to a Sharepoint Document Library through SOAP web services using Java?
I'm trying to upload a document to a document library using the SP 2010 SOAP copy web service from Java.
Any idea how to do this in Java?
Here's the code I have so far:
String[] destinationUrls = ...