sharepoint-api
How to set OrderedView of the list view programmatically
I am trying to modify the List View of Link list in SharePoint 2010. What I need to do is to allow/disallow users to order item of Link list programmatically. We can do this easily using SharePoint br[详细]
2023-03-07 11:29 分类:问答Any obvious flaws in this CAML Query?
I am querying a sharepoint list via the web service api. Calling the ser开发者_如何学Cvice through the API requires sending an XmlNode object that represent the CAML query. With everything else exactl[详细]
2023-02-25 11:23 分类:问答SharePoint 2010: Updating View Xml (Enabling Toolbar)
I am trying to enable View toolbar on my list views. But it seems not to be working. How can I get the code right?[详细]
2023-02-24 23:10 分类:问答How to get user rating programatically in Sharepoint 2010?
So I have enabled Ratings in Sharepoint 2010 for a Document Library following this guide: http://weblogs.asp.net/开发者_开发技巧bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx[详细]
2023-02-21 13:35 分类:问答Sharepoint service to copy subsites from private site to another site
I have this two sharepoint web application that resides on the same server with different site collections and contents. What I wanted to do is to develop a service that will just be scheduled to run[详细]
2023-02-17 00:37 分类:问答Create Sharepoint Users from webservices
I\'m doing a some research on the feasiblity of a Sharepoint project that has come our way. Basically, we are looking at keeping users on the SP site and an 开发者_如何学编程external system in sync. W[详细]
2023-02-16 05:38 分类:问答Sharepoint 2010 SPListTemplate how to get list of fields?
I need to get all fields from my list template? How can i do this? var web = site.OpenWeb(); var template = web.ListTemplates[\"SomeTemplate\"];[详细]
2023-02-13 02:28 分类:问答SharePoint user info User Information List and People Column Type
I am retrieving the user information from a number of site collections through the SharePoint web services.[详细]
2023-02-10 08:15 分类:问答event handler for page modification
i want to handle ev开发者_运维问答ents that are occuring on a aspx Page specifically sharepoint webpart page .[详细]
2023-02-09 23:01 分类:问答Sharepoint basics and any useful resources?
Sorry about having 3 questions in one but they are closely related and should be simple for someone familiar.[详细]
2023-02-09 09:56 分类:问答