sharepoint-clientobject
get a list of listItem.fieldValues Client object model Sharepoint 2010
I\'m building a Sharepoint 2010 export tool for back up reasons (a bit like the filemanager from Metavis).[详细]
2023-04-09 11:18 分类:问答SP2010 Client Object Model 3 MB limit - updating maxReceivedMessageSize doesnt get applied
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[详细]
2023-04-09 03:30 分类:问答Sharepoint COM works from Silverlight but not from WPF
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[详细]
2023-04-03 02:18 分类:问答How to Reduce Congestion When Uploading Images to SharePoint
So I have created the following script: class spImageUpload() { private static System.Collections.Generic.List<string> keywords;[详细]
2023-03-29 05:31 分类:问答SharePoint 2010 Client Object Model + set the value of a multiple lookup field with Javascript
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[详细]
2023-03-28 06:07 分类:问答Problem With Uploading Large Image File to SharePoint
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[详细]
2023-03-28 02:31 分类:问答Namespace 'SharePoint' does not exist in the namespace 'Microsoft'
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[详细]
2023-03-26 04:56 分类:问答Updating Field Value in SharePoint Using Client-Object Model
So I am trying to create a method that is essentially used to change the value of a field in SharePoint.[详细]
2023-03-25 03:52 分类:问答How do you create a page using the API for sharepoint 2010?
I have just started using Sharepoint Foundation 2010 and 开发者_如何学编程I\'m trying to write a function from c# to add pages to a site.[详细]
2023-03-19 23:36 分类:问答Update ListItem from Client Objectmodel without changing the version
Is it possible to update the Created/Modified fields using the Sharepoint Client ObjectModel without updating the version?开发者_运维知识库[详细]
2023-03-16 22:37 分类:问答