Questions tagged [sharepoint-2013]

Microsoft SharePoint version 2013

Definition

SharePoint is a collaboration environment that organizations of all sizes can use to increase the efficiency of business processes.

Important changes in SharePoint 2013

  • Cloud App model

  • Development tools enhancements

  • Expanded APIs

  • Database caching, called Cache Service

  • Content-aware switching, called Management

Hardware/software requirements

These can be found on this page on TechNet.

SharePoint Editions

SharePoint has multiple editions available including:

  • SharePoint Standard
  • SharePoint Server
  • SharePoint Enterprise
  • SharePoint Online

Latest releases of SharePoint

  • SharePoint Server 2019
  • SharePoint Enterprise 2019
4860 questions
4
votes
1 answer

Read company feed through linkedIn API

I am trying to read my LinkedIn company feed through LinkedIn API. I have created app in LinkedIn and got clientID, client secret code and Access Token. I tried different URL but getting same error:…
4
votes
0 answers

How to setup NTLM V2 for Sharepoint 2013/ 2016?

I am working on SharePoint 2013 onpremise REST APIs. I am able to configure my web application with BASIC and NTLM. I would like to setup on-premise instance with NTLM V2. Could you please help us How to setup NTLM V2 on SharePoint 2013/…
Joe
  • 157
  • 1
  • 12
4
votes
2 answers

Create a SharePoint folder if it doesn't exists

I need to create a folder in SharePoint document library only if it doesn't exist, then upload a file to it. This is the code I'm using: public static bool FolderExists(Web web, string listTitle, string folderUrl) { var list =…
Dan
  • 51
  • 2
  • 8
4
votes
0 answers

How to escape apostrophe (') in SharePoint KQL query

I have a term Droits de l'homme in term set Themes. Field using this term set are mapped to Themes Managed Property in SharePoint 2013 search. I try to make a SharePoint Search KQL query that will return all items with this term: Themes="Droits de…
Zielak
  • 41
  • 5
4
votes
1 answer

Hooking into SharePoint server-side

Please note I am talking of injecting my code into SharePoint server-side (via a package / add-in etc) as opposed to using Microsoft.SharePoint.dll or web-services to access SharePoint. So my problem is this, I need to customise how Document…
4
votes
1 answer

Is there any direct way to get the server relative URL of document library using its title using Rest API?

Presently I am using the following method to get the server relative URL function getLibraryUrl(nameOrUrl) { var ctx = SP.ClientContext.get_current(); var list = ctx.get_web().get_lists().getByTitle(nameOrUrl); …
4
votes
1 answer

Sharepoint.Utility replacements

I have been using different Sharepoint.Client nuget packages because of different framework targets and I am unable to find any resource describing the differences between them. But more importantly some are missing SPUtility class. Seems like a…
Thor
  • 498
  • 1
  • 6
  • 15
4
votes
2 answers

Fatest way to check and create folder in document library within SharePoint Online (CSOM)?

I have a SharePoint Online where I can connect through my console application successfully: private static ClientContext GetUserContext() { var o365SecurePassword = new SecureString(); foreach (char c in o365Password) { …
STORM
  • 4,005
  • 11
  • 49
  • 98
4
votes
1 answer

SharePoint REST show current user profile picture

When getting the URL from the current user's profile via REST, the image tag is not able to display when the src is updated: