sanderlesage.blogspot.com
Sander Lesage: Create Azure Service Bus for debugging SharePoint apps.
http://sanderlesage.blogspot.com/2014/10/create-azure-service-bus-for-debugging.html
Var blog = new SPBlog();. Wednesday, October 8, 2014. Create Azure Service Bus for debugging SharePoint apps. In fact, what you need is an Azure ACS Service bus. A while ago we could copy the ACS connection directly in the Azure web interface. Now, when you create a new Service Bus via the Azure web interface, only the SAS connectionstring is available. Solution: create service bus via Azure Powershell:. 1 Open Azure Powershell. 2 I got this exception:. Wednesday, October 08, 2014.
sanderlesage.blogspot.com
Sander Lesage: Add ListViewWebPart to wiki page with CSOM
http://sanderlesage.blogspot.com/2014/07/add-listviewwebpart-to-wiki-page-with.html
Var blog = new SPBlog();. Monday, July 21, 2014. Add ListViewWebPart to wiki page with CSOM. Here is how you can add very easily a ListViewWebPart to a SharePoint wiki page. I've used this code in a provider hosted app for SharePoint online, but of course this will work on-premise as well. In this example I'm using again the powerfull extensions methods of OfficeAMS. A little bit of background information: a remote event receiver is binded to a list. Monday, July 21, 2014. January 23, 2015 at 10:25 AM.
sanderlesage.blogspot.com
Sander Lesage: Installation App for SharePoint On-prem
http://sanderlesage.blogspot.com/2014/10/during-installation-of-provider-hosted.html
Var blog = new SPBlog();. Wednesday, October 8, 2014. Installation App for SharePoint On-prem. During the installation of a provider hosted app on a SharePoint on-prem environment I encountered following error:. The remote event receiver callout failed. Details: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'. So, this means that SharePoint calls this web service anonymously? Wednesday, October 08, 2014.
sanderlesage.blogspot.com
Sander Lesage: SharePoint Online header region background color issue
http://sanderlesage.blogspot.com/2014/08/sharepoint-online-header-region.html
Var blog = new SPBlog();. Friday, August 22, 2014. SharePoint Online header region background color issue. This week our production tenant (and my development tenant as well) got updated with the new 'higher' header region. Strange enough, when hovering the flyout menus. The background was black, only the selected item was visible. To fix this issue, you just have to switch themes: Site Settings - Change the look - select appropriate theme - Click 'try it out' - Click 'Yes, keep it'. And back to blue:.
sanderlesage.blogspot.com
Sander Lesage: August 2014
http://sanderlesage.blogspot.com/2014_08_01_archive.html
Var blog = new SPBlog();. Friday, August 29, 2014. Adapt view of a ListViewWebPart with CSOM. In a previous post. I explained how we can easily provision a SharePoint site with the client side object model. In this post I will explain how you can change the view of the ListViewWebPart with CSOM. Unfortunately, this new view isn't a copy of the current default view of the list. Friday, August 29, 2014. Links to this post. Friday, August 22, 2014. SharePoint Online header region background color issue.
sanderlesage.blogspot.com
Sander Lesage: October 2014
http://sanderlesage.blogspot.com/2014_10_01_archive.html
Var blog = new SPBlog();. Wednesday, October 8, 2014. Installation App for SharePoint On-prem. During the installation of a provider hosted app on a SharePoint on-prem environment I encountered following error:. The remote event receiver callout failed. Details: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate,NTLM'. So, this means that SharePoint calls this web service anonymously? Wednesday, October 08, 2014.
sanderlesage.blogspot.com
Sander Lesage: Upload file in SharePoint online document library (folder) with REST and active authentication.
http://sanderlesage.blogspot.com/2014/12/upload-file-in-sharepoint-online.html
Var blog = new SPBlog();. Wednesday, December 3, 2014. Upload file in SharePoint online document library (folder) with REST and active authentication. In this post I'll explain you what I did to upload a local file into a SharePoint Online Office 365 document library. The second step in this example is providing the new document with a proper value for the title meta data field. When the application is launched the console will ask you for some parameters:. Path of the file to upload. This console app is...
sanderlesage.blogspot.com
Sander Lesage: Adapt view of a ListViewWebPart with CSOM.
http://sanderlesage.blogspot.com/2014/08/adapt-view-of-listviewwebpart-with-csom.html
Var blog = new SPBlog();. Friday, August 29, 2014. Adapt view of a ListViewWebPart with CSOM. In a previous post. I explained how we can easily provision a SharePoint site with the client side object model. In this post I will explain how you can change the view of the ListViewWebPart with CSOM. Unfortunately, this new view isn't a copy of the current default view of the list. Friday, August 29, 2014. Subscribe to: Post Comments (Atom). View my complete profile. View Sander Lesage's profile.
sanderlesage.blogspot.com
Sander Lesage: July 2014
http://sanderlesage.blogspot.com/2014_07_01_archive.html
Var blog = new SPBlog();. Monday, July 21, 2014. Add ListViewWebPart to wiki page with CSOM. Here is how you can add very easily a ListViewWebPart to a SharePoint wiki page. I've used this code in a provider hosted app for SharePoint online, but of course this will work on-premise as well. In this example I'm using again the powerfull extensions methods of OfficeAMS. A little bit of background information: a remote event receiver is binded to a list. Monday, July 21, 2014. Links to this post. I'm current...