Questions tagged [sharepoint]

For SharePoint-specific questions, please see the SharePoint Stack Exchange (https://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration and web publishing.

Wiki

Microsoft SharePoint is a software platform and a family of software products developed by Microsoft for collaboration and web publishing combined. These capabilities include developing web sites, portals, intranets, content management systems, search engines, wikis, blogs, and other tools for business intelligence and collaboration.

SharePoint comprises a multipurpose set of Web technologies backed by a common technical infrastructure. By default, SharePoint has a Microsoft Office-like interface, and it is closely integrated with the Office suite.


Products

This family of products include:

  • Microsoft SharePoint 2010
  • Microsoft SharePoint 2013
  • Microsoft SharePoint 2016
  • Microsoft SharePoint 2019
  • Microsoft SharePoint Online (Office 365)
  • Microsoft Office SharePoint Server
  • Windows SharePoint Services
  • Microsoft SharePoint Foundation
  • Microsoft Search Server
  • Microsoft SharePoint Designer
  • Microsoft SharePoint Workspace

Documentation


Tag usage

The tag can be used for programming related questions which may involve implementation of SharePoint technologies. For SharePoint-specific questions, please visit the SharePoint Stack Exchange.


Wiki links

29091 questions
4
votes
3 answers

Version Control for SharePoint site?

We're working simultaneously on SharePoint sites. We've to move them on a source control system. We've got both VSS and TFS. We'll prefer TFS over VSS because of its reliability. I don't have any idea how to bind a SharePoint site with TFS? The…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
4
votes
1 answer

Why do I get Soap exception?

I am trying to upload an attachment to a list: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ConsoleApplication3.TestReference; using System.IO; namespace…
Azamat Bagatov
  • 289
  • 3
  • 11
  • 26
4
votes
8 answers

SharePoint 2007 - SQL Query to find a list of documents in site collection

I need to get a list of all documents in a site collection, which I believe I can do with either the alldocs table or the alluserdata table (MOSS 2007 SP1) but do not see how I can get the author information for the document. I do not need the…
PapaDaniel
  • 267
  • 2
  • 5
  • 14
4
votes
2 answers

SharePoint 2013 and Requirejs conflict

A simple javascript application I wrote that uses Requriejs in SharePoint 2010 broke after porting over to Office 365. After a quick glance at global variables I noticed that a naming conflict exists between the global variable 'define' in…
Kurt
  • 96
  • 5
4
votes
1 answer

SharePoint 2013- Add custom web application/page which uses files from other folders

I've created a JavaScript web browser game. The HTML page, Game.html, within folder Game references several other JS/jQuery/CSS files stored in sub folders. I simply want to add the Game folder, which includes the Game.html file and all of its…
user3871
  • 12,432
  • 33
  • 128
  • 268
4
votes
0 answers

How to convert .NET Date to Java Date

I need a method to convert .NET Date in Java Date, currently if I try to convert this date retrieved from SharePoint 2010 with json: /Date(-2209161600000)/ CONVERSION TEST: String input = "/Date(-2209161600000)/"; Date date = new…
Cisco
  • 532
  • 1
  • 8
  • 24
4
votes
1 answer

Updating list items in a different site within the same site collection using a custom workflow activity

I am trying to update a list in a different site using a custom workflow action. The sites are within the same site collection. I have successfully deployed the custom action to the SharePoint server. When I run a workflow that the contains this…
cwdj
  • 61
  • 4
4
votes
1 answer

Hide all fields except Title in a SharePoint alert email

What I need is exactly that: to be able to hide ALL the fields in a SharePoint alert mail except for say Title. Now before you mark this as a duplicate of Hide field in SharePoint alert email, please note that the above link does solve this, but…
kei
  • 20,157
  • 2
  • 35
  • 62
4
votes
4 answers

Retrieve Details of Deployed Solutions in SharePoint using PowerShell

I need to retrieve the details of all deployed SharePoint solutions, as are displayed in the Central Administration > Operations > Solution Management (AKA the Solution Store), using a PowerShell script (v2.0). Can anyone offer any guidance on how…
Tangiest
  • 43,737
  • 24
  • 82
  • 113
4
votes
2 answers

SPWeb.Url returns wrong URL

I have a web application in SharePoint that has been extended to another zone (Extranet). The access URL for the default zone is http ://server1, and the URL for the extranet zone is https: //www.server1.com. Now, when I access the site via the…
Jason
  • 41
  • 1
  • 2
4
votes
1 answer

set properties for ShimFileCreationInformation object

I am writing some unit test cases using fakes framework. I am using an object ShimFileCreationInformation from Microsoft.SharePoint.Client.Fakes namespace. Now, I pass this object to a function. Inside the function, I am trying to assign a value to…
Aditi
  • 1,188
  • 2
  • 16
  • 44
4
votes
3 answers

How does sharepoint recognize a file type?

How does sharepoint identify a file type? For example, SharePoint will not allow you to upload executable files. Suppose if i rename a file extension from .exe to say, .doc, will the sharepoint allow the upload of this file?
ashwnacharya
  • 14,601
  • 23
  • 89
  • 112
4
votes
1 answer

Minor versions for SharePoint custom list

I've developed a SharePoint 2007 custom list with a single custom content type derived from Item. The problem is that I only get major versions when enabling versioning on the list. Is it possible to get minor version on a custom list? If not, does…
user245134
  • 41
  • 3
4
votes
4 answers

Use UpdateListItems webbservice on Sharepoint using Infopath form without managed code

I need to create a Infopath form that users can use to create posts and update a Sharepoint list. I have located the list GUID and the Lists.asmx webbservice. I have made sure that I am admin with full rights on the List in question. The list is a…
Peter Wirdemo
  • 498
  • 2
  • 11
  • 25
4
votes
1 answer

java.net.SocketException: Unconnected sockets not implemented

Trying to connect to sharepoint server using java code and got below stacktrace.I am editing already existing code and changed the url of sharepoint code..I am very new to this sharepoint module..PLease help :) [java] Caused by:…
sonorita
  • 771
  • 2
  • 8
  • 20