I\'m very new to SharePoint, using 2010.Trying to see what we can do with it, in particular with Lists.And I have a feeling I\'m missing something pretty obvious, but can\'t find it.....
I came to know that we could use REST apis to get data from SharePoint sites. Also SharePoint supports REST from 2010 onwards. I got the API for listing the data and its details from SharePoint. It is
In my webpart I need to populate the data from the sharepoint lists and libraries. I have an option to change the data in the UI and that should reflect the same in the lists/libraries when i click o
I\'m currently working with Sharepoint 2010 and Sharepoint API on creating a document library with some existing document lists.
I want to use my HPQC runtime data sharing on Sharepoint portal based on trigger from sharepoint. Is there any feature or function/library to connect sharepoint via HPQC?
Sharepoint list contains 6 views. I am staing on sharepoint page where 开发者_运维百科items filtered by list view query.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am calling the lists.asmx webservice from CXF. The following soap call does not return files from list sub folders. It returns folder1,folder2 and file1.pdf
Can i call custom created function from sharepoint client api? I need to call function on server: public class ClientCallsReci开发者_StackOverflowever
I need to check whether a particular user has access to a site/subsite in SharePoint programmatically.