I\'m building a Sharepoint 2010 export tool for back up reasons (a bit like the filemanager from Metavis).
I am usi开发者_如何学运维ng Client Object Model to interact with Sharepoint 2010. When I tried to upload documents greater than 3 MB using Client OM, it gave an error Bad Request. Microsoft suggests t
I\'m running into an interesting situation. I need to access a SharePoint site asset library from both a WPF application and an Silverlight application. My Silverlight application is working 100%, but
So I have created the following script: class spImageUpload() { private static System.Collections.Generic.List<string> keywords;
I\'m trying to update a list item with the SharePoint 2010 Client Object Model and Javascript.The item I am trying to update has a Multiple Value Lookup field.I can successfully set this field, but on
so I have a script that essentially iterates through a bunch of delimited text files and uploads the images from said files to a SharePoint site. It works great, expect with one minor problem, I have
So I am starting to learn C#, like literally just started learning, and coming from a Java background, it doesn\'t look too bad. However, I have a question. I am following THIS tutorial on using the c
So I am trying to create a method that is essentially used to change the value of a field in SharePoint.
I have just started using Sharepoint Foundation 2010 and 开发者_如何学编程I\'m trying to write a function from c# to add pages to a site.
Is it possible to update the Created/Modified fields using the Sharepoint Client ObjectModel without updating the version?开发者_运维知识库