CSOM
25 TopicsAdd to PnP Provisioning template using CSOM
I am currently creating a console application using the PnP provisioning engine. I'd like to be able to add a list to the template in memory using CSOM as per https://github.com/SharePoint/PnP-Guidance/blob/master/articles/provisioning-console-application-sample.md template.Lists.Add(new ListInstance() { Title = "PnP Sample Contacts", Url = "lists/PnPContacts", TemplateType = (Int32)ListTemplateType.Contacts, EnableAttachments = true }); What I can't figure out is how to do the content type bindings.Solved3.1KViews1like5CommentsHow to Restore Alerts for a Site collection? [SOS]
Hi there, We are using SharePoint Online. One of our site admins accidentally deleted all the alerts set up by different users on different libraries, folders and documents. We don't have any information on the deleted alerts or what type they were (immediate, weekly, daily etc). We really want all these alerts back. Is there any way that I could get these alerts back or at least the information about these alerts so that I can create the same alerts again? I can work with CSOM, PowerShell or anything that solves the problem. I just want these alerts back! if it is possible.2KViews1like3Comments