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

Error running Powershell script from c#

I have a ps1 script than runs fine when it is executed from powershell. It creates a user in Office365: Param( [string]$adminUser, [string]$password, [string]$adminSite, [string]$userDisplayName, [string]$userFirstName, …
Jose Alonso Monge
  • 1,014
  • 1
  • 16
  • 29
4
votes
0 answers

How can I access properties from a running workflow 2013 instance using CSOM?

I am trying to figure out how I can access properties of a running workflow instance. I have created the following PowerShell: Add-PSSnapin microsoft.sharepoint.powershell $web = Get-SPWeb…
Carl in 't Veld
  • 1,363
  • 2
  • 14
  • 29
4
votes
3 answers

Compactibility between PHP and office online 365 sharepoint

I want to do few things with sharepoint online 365 and php. I have a php form with three textbox and when click on submit button by entering data, it should save to custom list which is in office online 365 sharepoint. is it possible to do like this…
Richa Jain
  • 641
  • 6
  • 19
4
votes
1 answer

Sharepoint field has not been initialized in C#

I'm writing a code that will go through every list item in a sharepoint list and look for an empty field. If an empty field is found, the person responsible for the list item is notified by email. I'm getting an error at the line val =…
user3158291
  • 55
  • 1
  • 1
  • 4
4
votes
3 answers

"DTD is prohibited" error when accessing sharepoint 2013/office365 list (but not openly aware of using XML)

I've been getting a list of folders and files from Sharepoint (on Office 365) by using the following code... ... var folders = ListFolders(libraryName, clientContext, web); ... public List ListFolders(string libraryName, ClientContext…
FridgeMagnet
  • 105
  • 2
  • 9
4
votes
1 answer

SharePoint 2010 Delete Completed Workflow History In List Item

I had a workflow create a new version every 5 minutes for two weeks. It has caused a pretty big mess and the history is taking up a lot of space. I have fixed the workflow, deleted all the version history and I'm deleting items out of the Workflow…
user2100632
  • 121
  • 11
4
votes
2 answers

Biztalk Sharepoint Adapter Permissions Error

Pretty basic question I think, but I'm kind of at a loss. I'm trying to do some Biztalk->Sharepoint integration. Eventually I'll be moving to dynamic ports etc. but right now all I'm trying to do is add an item to a list in sharepoint. I have a…
Ryanman
  • 880
  • 1
  • 8
  • 20
4
votes
5 answers

SharePoint 2010 - Access denied during ApplyWebConfigModifications()

I have SharePoint 2010 installed on a Windows Server 2008 R2 machine which is also hosting SQL Sever 2008 R2. I am attempting to deploy a solution that includes web parts in the 2010 environment that is working fine in MOSS 2007. The Web Part…
user281254
  • 161
  • 1
  • 2
  • 6
4
votes
1 answer

Create Edit Control Block (ECB) on View with JSLink in Sharepoint 2013

I have a question about ECB: In Sharepoint 2013, how to create Edit Control Block (ECB) in view with JSLink. I use JSLink to modify the default view, but I can't display the ECB context menu with "View item", "New item" ... I don't want use XSLT or…
LaLa
  • 91
  • 2
  • 6
4
votes
0 answers

Connecting to Access Database in SharePoint, from Excel VBA code also in SharePoint

I have an Access 2007 database in SharePoint. I have an Excel macro which interacts with my Access database. This works as long as both the Excel macro and Access database are in local folder or share drive, but I want to keep both Excel macro and…
Sandesh
  • 41
  • 2
4
votes
1 answer

How to get distinct values of a managed property through SharePoint search?

I am building a phone catalog of my organization (an AJAX application which accesses the search.asmx web service). I'd like to show a list box where the user could select a department (which is stored in managed property Department). To fill the…
naivists
  • 32,681
  • 5
  • 61
  • 85
4
votes
3 answers

How to determine SharePoint version using SharePoint web services?

I need a way to determine the version of SharePoint based on the URL provided. Also, I need to have it implemented through SharePoint web services or any other method that does not involve SharePoint's object model (because the code is not executed…
Boris
  • 9,986
  • 34
  • 110
  • 147
4
votes
0 answers

Type 'Microsoft.SharePoint.WebControls.EmbeddedFormField' does not have a public property named 'div'. on import of page

I exported a site page on a SharePoint 2013 site using designer. I then tried to import the page on a different SharePoint 2013. When I try accessing the page on the 2nd site, I get the error: Type…
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
4
votes
4 answers

Installing Sharepoint

After installing sharepoint on our buildserver, all of our sites in IIS didn't work anymore. Apparently Sharepoint is being installed on port 80 and everything is routed to Sharepoint. I have now changed the port to 81, but my question is if it's…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
4
votes
5 answers

How does Drupal compare to SharePoint

I have no experience with Drupal. How does Drupal compare to SharePoint 2007 (or 2010) for the following "features" Document management Role and permission management Office integration Web Content management Custom server side development…
Mel Gerats
  • 2,234
  • 1
  • 16
  • 33