How to use SharePoint Pages and WebParts in your OneDrive

As we anticipate the next generation of OneDrive, it’s essential to remember that the current version also boasts a variety of hidden features that can be activated with just a few clicks. Have you considered creating your own personal intranet within OneDrive by incorporating SharePoint pages and web parts? Explore the possibilities!

Weiterlesen „How to use SharePoint Pages and WebParts in your OneDrive“

Filter SharePoint Recycle bin programmatically using SharePoint REST API

Since there is not yet a Microsoft Graph API endpoint to query the recycle bin of a SharePoint Site we can use the SharePoint REST API to filter for items with specifc values (e.g. deletion date).

Weiterlesen „Filter SharePoint Recycle bin programmatically using SharePoint REST API“

SharePoint search: Use the RefinementFilter property to avoid the 4096 characters limit of SharePoint search queries

Even after 5 years of SharePoint and O365 development I sometimes stumble across endpoints I did not know about. Quite often those endpoints are quite helpful.

In this case it was the  RefinementFilter property that can be added to SharePoint Search calls. Using this property you can ignore the query length limit of 4096 characters. This can be super helpful when querying huge collections of items.

Weiterlesen „SharePoint search: Use the RefinementFilter property to avoid the 4096 characters limit of SharePoint search queries“