Tagged Questions
3
votes
2answers
2k views
How to get a file using SharePoint Client Object Model with only an absolute url at hand?
We have a database with absolute (full) links to SharePoint files. If a user wants to download or get checkoutstatus information about the file, our program needs lookup that information in ...
0
votes
0answers
905 views
Copy file using javascript client object model - new version
I have a solution that adds a custom button to the ribbon in SharePoint 2010 and am using the javascript client object model behind the scenes to copy a file from Library A to Library B when the ...
2
votes
1answer
269 views
Performance bottleneck on SharePoint upload method
Trying to eliminate a performance bottleneck on a method doing file and metadata uploads. According to the profiler on a line-by-line of the decompiled code, the majority of time is spent on ...