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
1 answer

How to show only the year field in Sharepoint date and time(Today)

I want a field in which only the year of the present date(Today) is shown.I had tried many methods but couldn't find any solutions.Can anyone help me with the problem. I am new to sharepoint, so please explain me step by step.
Vinu V
  • 87
  • 1
  • 3
  • 11
4
votes
1 answer

iOS: is NSURLAuthenticationChallenge send encrypted credentials over the network?

My iOS app is connecting to the Sharepoint web service and Sharepoint is used NTLM authentication. At my side i have implemented below code for NTLM authentication: - (void)connection:(NSURLConnection *)connection…
Nikh1414
  • 1,238
  • 2
  • 19
  • 35
4
votes
1 answer

Custom Sharepoint Workflow throwing "WinWF Internal Error, terminating workflow" error

I recently migrated a Sharepoint 2010 site to Sharepoint 2013, since then my customized workflows developed in Visual Studio that works perfectly for 2 years without a glitch suddenly after the migration it started throwing this exception. w3wp.exe…
Raymund
  • 7,684
  • 5
  • 45
  • 78
4
votes
8 answers

Why is Microsoft.SharePoint.Search.dll copied in my project?

When working on a VS2005 project that involves referencing Microsoft.SharePoint.dll, building the project causes Microsoft.SharePoint.Search.dll to be copied to my bin folder. Why is this? Okay, maybe it's just a bug, but I want to know the…
Hafthor
  • 16,358
  • 9
  • 56
  • 65
4
votes
1 answer

SharePoint 2013 Site Home Page Title Formatting

I created a sub-site in SharePoint 2013 and added my custom logo to the page. For some reason I cannot change the size or color of the title of the Home page. I can't use a Web Part to create a new title because the old one cannot be removed from…
Tug Strongly
  • 187
  • 2
  • 5
  • 18
4
votes
1 answer

Using the HTTPClient and Sharepoint 2013 REST APIs to get Documents

I am working in a .NET web application.I am trying to connect to Sharepoint Online Premise to get documents in the "Document Library" by using the HTTPClient and the Sharepoint 2013 REST API . I tested the following rest service in the browser for…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
4
votes
1 answer

SharePoint does not find my custom RenderingTemplate

So I've created a custom RenderingTemplate and deployed it to CONTROLTEMPLATES\MyControlTemplates\ It basically dictates how a custom content type that i've created should be rendered when displayed. For that I've added this:
mortenbpost
  • 1,687
  • 16
  • 22
4
votes
0 answers

SharePoint 2013 REST API odata $filter ignores unicode characters such as German umlauts äöü

I'm trying to use SharePoint 2013 REST API (odata) with unicode characters such as umlauts (ä ö ü). ...?$select=Title%2CID&$filter=substringof%28%27hello%20w%F6rld%27%2C%20Title%29&$orderby=ID%20desc&$top=14 ^^ should search for "hello w*ö*rld"…
frevd
  • 1,869
  • 2
  • 15
  • 11
4
votes
3 answers

Sharepoint Date and Time Field limitation

I created a Date and Time column in a Sharepoint list called EventDate. According to Microsoft documentation the Date and Time column maps to the System.DateTime type. Now I'm seeing an error message when I try to insert the following date into that…
Rodrigo
  • 151
  • 1
  • 1
  • 5
4
votes
1 answer

SharePoint Content Query, Taxonomy term store and XSL transformation

I have something like the following in my Taxonomy Term Store: + [Managed Metadata Service] + Earth (Group) + Continents (Term Set) + Europe (Term) - Italy (Term) - France (Term) + Asia (Term) - China…
kei
  • 20,157
  • 2
  • 35
  • 62
4
votes
3 answers

Can I use .NET 4 with SharePoint 2007?

I'm on a team that's currently building a MOSS 2007 based application (which relies on .NET 2), and we'd like to leverage the Entity Framework v4 (which relies on .NET 4). Is this possible?
mattblodgett
  • 285
  • 4
  • 11
4
votes
2 answers

Custom button on custom tab is always disabled (ribbon bar)

I found a lot of examples how to add custom tab with custom controls on the ribbon bar. But no one works for me. I got the custom tab, but button is always disabled. There is my current version of code:
Oleg Kyrylchuk
  • 1,199
  • 1
  • 11
  • 21
4
votes
3 answers

linq query fails only on Contains "Object reference not set to an instance of an object"

I have a 2 stage query join that is failing on the Contains operator. The error I'm getting is Object Reference not set to an instance of an object. I'm creating dynamic queries up front, and executing in the join. This…
Casey
  • 43
  • 1
  • 1
  • 5
4
votes
2 answers

how to temporarily disable email notification while updating items in code?

I am having trouble with temporarily disable email notification while updating items so the system will not send out any unnecessary email. What I am trying to accomplish is that disable alert, updates item, then enable alert back. SPList…
BeerMe101
  • 41
  • 1
  • 2
4
votes
2 answers

Add a document and metadata to a document library without creating 2 versions

I have a requirement to programmatically add a file along with metadata to a document library and in an event handler. I am using the following code in the asynchronous “ItemAdded” and “ItemUpdated” events: SPFile destFile = web.Files.Add(newUrl,…
Dylan Berry
  • 351
  • 1
  • 15
1 2 3
99
100