Access SharePoint with REST API Today I tried to access a SharePoint REST API from my Silverlight Web Part and I got a Security Error.
Category: Microsoft SharePoint
All posts about SharePoint.
Uninstall Solution I’m trying to uninstall a sandbox solution in SharePoint 2013 using PowerShell. I’m using the following cmdlet Uninstall-SPUserSolution And I’m getting the following
In this post I will look at managed properties for people fields in SharePoint People field in SharePoint I created a user field CVOwner on
Changing Default Views Sergei Sergeev’s post about changing default views helped a bit here However I found that when doing the same on publishing pages
Adding a webpart Today I tried to add a web part to a page using the following code: ListViewWebPart webpart = new ListViewWebPart(); webpart.Title =
Load More