SharePoint Learnings

SharePoint: REST API Calls uisng C#

SharePoint: REST API Calls uisng C#

Nadeem Yousuf March 10, 2018
The code example shows how to make SharePoint REST API GET calls in C# using HttpWebRequest. The sample code assumes that the SharePoint Li...
Read More
Subscribe to: Comments (Atom)

Search This Blog

profile for Nadeem Yousuf at SharePoint Stack Exchange, Q&A for SharePoint enthusiasts

Popular Posts

  • SharePoint: REST API Calls uisng C#
    The code example shows how to make SharePoint REST API GET calls in C# using HttpWebRequest. The sample code assumes that the SharePoint Li...
  • SharePoint: Limit folder content types. Change New Button Order
    Scenario: A SharePoint document library or list containing various content types as seen in the screenshot below: All Content Types ...
  • SharePoint PowerShell: Get files in Library
    Get the Name and Url of the files inside a SharePoint Document library using PowerShell: Code Example 1: $web = Get - SPWeb "http:...
  • SharePoint: CSOM break folder permissions
    Consider a scenario where you need to break permissions of a folder using client object model (CSOM) in SharePoint. The code below creates...
  • SharePoint: Get Publishing Pages from inside folders
    I had few folders in a pages library which contained pages inside them.  PublishingWeb . GetPublishingPages ()  only gets pages present in...
  • SharePoint: Change Page Layout through code
    The following example changes the layout of a page to ArticleLeft.aspx. using ( SPSite site = new SPSite ( "http://aissp2013...
  • SharePoint: Export Web Parts using PowerShell
    We had a requirement to list all the web parts present in publishing pages of a site collection. This is the PowerShell script we used to e...
  • SharePoint CSOM : Create Lookup column with additional field
    This post shows how to create a lookup column with additional field using SharePoint C# Client side object model code. I have two lists, E...
  • SharePoint: Get Files from folder using JavaScript client object model
    The example below uses  SP . CamlQuery ()  to get items by setting  set_folderServerRelativeUrl  .  <script type = "text/javascri...
  • SharePoint: Update XSLTListViewWebPart properties
    Consider a web part page having an XSLTListViewWebpart on it and the requirement is to update its properties using PowerShell. In this exam...

Copyright © 2018 SharePoint Learnings | Template By HAFID Notes | Distributed By Blogger Templates