Top "Sharepoint-2010" questions

For SharePoint-specific questions, please see the SharePoint Stack Exchange site at https://sharepoint.

Unable to see new Active Directory Security Groups in Sharepoint 2010 Audiences

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-group
SharePoint List.getListItems WebService to return sub folder contents, recursively

I 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-api
How to add specific SharePoint Group to List permission

using (SPSite site = (SPSite)properties.Feature.Parent) { using (SPWeb web = site.OpenWeb()) { if (web != null) { web.AllowUnsafeUpdates = true; SPList list = …

c# sharepoint sharepoint-2010 sharepoint-2007
Sharepoint 2010 Client Object Model - Upload Document (409 Conflict)

I 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-409
How to get all folder AND items from a sharepoint list?

I have a list containing folders and items. The folders are a specific content type based on folder, but with …

c# sharepoint-2010 caml
pass C# byte array to javascript

i have a situation in which i have a byte array of a image in code behind C# class of …

c# javascript sharepoint-2010 modal-dialog
SharePoint designer workflow not changing after publish

I'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-designer
"Cannot uninstall Language Pack 0 because it is not deployed" when attempting to uninstall-spsolution on sharepoint 2010 foundation

I continue to get this error message "Cannot uninstall Language Pack 0 because it is not deployed" when running the uninstall-spsolution …

powershell sharepoint-2010
Delete all rows in sharepoint list using Client Context and CAML Query

I 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-clientobject
Webpart "Not registered as safe" after changing AssemblyVersion

I (successfully) deployed some sharepoint2010 - Webparts using msbuild. Everything works fine until I decided to change the assemblyVersion. Whenever …

sharepoint sharepoint-2010 web-parts