Disable document previews with ‘PreviewModeEnabledSet’
There should exist a setting called ‘PreviewModeEnabledSet’, that can enable or disable document previews. I am currently trying to find this setting with use of the Sharepoint REST API, but I can’t find the location of this setting. Does anyone know the route to this setting?
Currently, my sharepoint page always shows a preview of a document, and the document will only start loading when the mouse is hovered over the embed. This is annoying, as it makes te site feel really slow. I want the document to load immediately when the page is loaded.
So, to combat this, I want to try changing this setting, in the hopes this will make the documents load immediately on page load.
There should exist a setting called ‘PreviewModeEnabledSet’, that can enable or disable document previews. I am currently trying to find this setting with use of the Sharepoint REST API, but I can’t find the location of this setting. Does anyone know the route to this setting? Currently, my sharepoint page always shows a preview of a document, and the document will only start loading when the mouse is hovered over the embed. This is annoying, as it makes te site feel really slow. I want the document to load immediately when the page is loaded. So, to combat this, I want to try changing this setting, in the hopes this will make the documents load immediately on page load. https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema#:~:text=PreviewModeEnabledSet,a%20SharePoint%20site. Read More