For SharePoint-specific questions, please see the SharePoint Stack Exchange site at https://sharepoint.
I have a navigation menu that will be using audiences to control visibility of the links on the menu. For …
sharepoint sharepoint-2010 active-directory-groupI am calling the lists.asmx webservice from CXF. The following soap call does not return files from list sub …
web-services sharepoint sharepoint-2010 sharepoint-apiusing (SPSite site = (SPSite)properties.Feature.Parent) { using (SPWeb web = site.OpenWeb()) { if (web != null) { web.AllowUnsafeUpdates = true; SPList list = …
c# sharepoint sharepoint-2010 sharepoint-2007I am using the SP2010 Client Object Model to upload to a document library, following the lead from Microsoft here: …
c# sharepoint-2010 http-status-code-409I have a list containing folders and items. The folders are a specific content type based on folder, but with …
c# sharepoint-2010 camli have a situation in which i have a byte array of a image in code behind C# class of …
c# javascript sharepoint-2010 modal-dialogI'm working on SharePoint workflow (SharePoint 2010) in SharePoint designer 2010. I was published it many times without problems. But after many …
sharepoint sharepoint-2010 workflow sharepoint-designerI continue to get this error message "Cannot uninstall Language Pack 0 because it is not deployed" when running the uninstall-spsolution …
powershell sharepoint-2010I am new to SharePoint and want to delete all rows in a SharePoint list using C# ClientContext class and …
c#-4.0 sharepoint sharepoint-2010 sharepoint-list sharepoint-clientobjectI (successfully) deployed some sharepoint2010 - Webparts using msbuild. Everything works fine until I decided to change the assemblyVersion. Whenever …
sharepoint sharepoint-2010 web-parts