How to optimize my SharePoint on prem site if multiple sites are created for each case
I’m working on SharePoint 2016. When a web service is called from Dynamics CRM (imagine through some button click), a new SharePoint site is created under a site collection(mentioned in my base SharePoint configuration list). Like that for different items on Dynamics, individual SP 2016 site is created which has some lists, documents. Do we have any alternative solution to optimize my SharePoint site or for instead of creating new SharePoint site each time.
Sharepoint CSOM / downloading files from SP document library
I am trying to download the files in our sharepoint document library but can’t find any items or files.
How do I resolve this exception thrown while trying to do CRUD operations on CSOM?
How do I resolve this exception thrown while trying to do CRUD operations on CSOM?
Create folder in sharepoint using C# CSOM
We want to import documents into sharepoint by sorting them into sub-directories. To do this, we need to create the directory if it doesn’t already exist.