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
0 answers

Consuming Sharepoint web services with ADFS claims-based authentication

We've recently switched one of our Sharepoint instance to use ADFS claims authentication instead of windows authentication. And now I can't seem to get the Copy service to work correctly from the server. I've tried many methods, but none worked.…
Marius Bughiu
  • 997
  • 14
  • 32
4
votes
2 answers

How do I programatically turn off show pages in navigation for sharepoint

I am progamatically creating a SharePoint site using SPWeb spWeb = spSite.AllWebs.Add(...); What code do I need run to set the spWeb to turn off the "Show pages in navigation" option? Answer: publishingWeb.IncludePagesInNavigation = false;
Nat
  • 14,175
  • 5
  • 41
  • 64
4
votes
4 answers

Good articles for Sharepoint Web Part creation?

Does anyone know of any good basic articles for creating Sharepoint Web Parts. I have found a couple, but most of them jumped in a little quick. Thanks.
Ryan Smith
  • 8,344
  • 22
  • 76
  • 103
4
votes
3 answers

SharePoint SaveButton RedirectURL attribute doesn't do anything. Why?

I have a SharePoint SaveButton in my EditFormTemplate and I don't want the browser to redirect to the default location which is the List View (i.e. AllItems.aspx). I instead want the user to be redirected to another page. Many other people seem to…
Ami Schreiber
  • 287
  • 2
  • 6
  • 20
4
votes
2 answers

Defaulting WebParts on a Users MySite in Sharepoint

I am working on a project that is replacing an old portal system (Plumtree) with sharepoint and we want to make the transition as smooth as possible. One thing we are look at currently is taking all the gadgets (Plumtree term for WebParts) and…
Arry
  • 1,932
  • 4
  • 15
  • 21
4
votes
1 answer

Getting all sites, lists and user permissions in SharePoint

Is it possible using code to get all the names of the sites in SharePoint? Specifically, is it possible to list all the names of the lists for each site, and list all the users and their access to the lists?
Rupert
  • 1,296
  • 8
  • 24
  • 36
4
votes
1 answer

Add and Update Single Item in Sharepoint List via VBA

I am trying to add and/or update single items in a sharepoint list via VBA and I found a similar question: Import Sharepoint 2010 list data from Excel table using VBA But i have to say that I can only delete items with this code and I am not…
AElxs
  • 101
  • 1
  • 1
  • 4
4
votes
1 answer

How do I pass user credentials from the console to SharePoint Online?

I am trying to connect SharePoint 2013 Online website using a Context Token from a console executable. However, it is giving me error The remote server returned an error: (403) Forbidden. Here is the code snippet: string spurl =…
sdg
  • 167
  • 2
  • 4
  • 12
4
votes
2 answers

SharePoint modification forms in state machine workflows

I've been perplexed lately working on a SharePoint state machine workflow. I was hoping to add some modification forms to the workflow so that I could reassign a task while in its state. Unfortunately, modification forms don't seem to be…
cjenkins
4
votes
2 answers

convert my website to a sharepoint site

I am new to sharepoint online 2013. I have a simple mapping application(webmap with html5/css/js (javascript/jquery) that I would like to move into a sharepoint subsite/master site available to my sharepoint users (that they must be logged in to…
4
votes
0 answers

Creating Custom Field Types with Additional Column Settings

I am trying to create a Custom Field Type which is same as Multiple lines of text field with the following additional: It has one extra text box in the Additional Column Settings section when creating the question alt text…
Vijay
  • 2,133
  • 4
  • 27
  • 40
4
votes
2 answers

Check if workflows are used or not?

We are migrating content from one SharePoint (MOSS 2007) to new platform (SP 2013). We have situation where we have to fix some items manually on each site. Is there a way I can know if any workflow is used in the site or not? P.S: Workflow related…
Mujtaba Hassan
  • 2,495
  • 2
  • 20
  • 29
4
votes
0 answers

XML sidecar in SharePoint for Digital Asset Management

My organization is moving all of it's content to SharePoint 2013 over the next year. My issue is with digital asset management and the OOB WYSIWYG media library you get with the platform: it doesn't embed metadata on photos, video, etc back to the…
RyanDW
  • 61
  • 4
4
votes
2 answers

How to add a custom paragraph style in my SharePoint 2013 blog?

I have a Share Point 2013 web site and a blog in it. Since my posts will include a lot of special text content, I need to add more styles that I will use on all posts. Typically all styles appear in the top ribbon bar when creating a new post. How…
Andry
  • 16,172
  • 27
  • 138
  • 246
4
votes
2 answers

Monitoring a SharePoint document library

I was wondering if there was a good way to monitor a document library on SharePoint for changes (new files added, files changed / checked-in, files deleted, etc.) Basically, what System.IO.FileSystemWatcher does on local / network directories. Are…
Hugo Migneron
  • 4,867
  • 1
  • 32
  • 52