且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在SharePoint Online(Office 365)中的远程事件接收器中添加自定义程序集。

更新时间:2023-02-07 18:39:50

您好,


您可以将第三方dll添加到SharePoint提供程序托管加载项的bin文件夹中。


然后按照以下文章部署远程事件接收器。


https://blogs.msdn.microsoft.com / svarukala / 2016/02/07 /部署-远程事件接收机而不-使用-添加式或应用内,而无需-使用-appinstalled事件将要精密/


https:// www .c-sharpcorner.com / article / deploy-sharepoint-remote-event-receiver-to-microsoft-azure2 /


***的问候,


丹尼斯


Hi All,

I am exploring Remote Event Receiver in SharePoint Online (Office 365).

I want to enable the event receiver in document library in Item Added event. I want to download the document and read the file and update in to column of document library.

I am having few custom assemblies for few additional activities. Should i deploy these dlls also. Please suggest me. How can to handle it.

Regards

Poomani Sankaran

Hi,

You can add the third party dlls into bin folder in the SharePoint provider hosted add-in.

Then deploy the remote event receiver following the articles below.

https://blogs.msdn.microsoft.com/svarukala/2016/02/07/deploy-remote-event-receiver-without-using-add-in-or-app-without-using-appinstalled-event-to-be-precise/

https://www.c-sharpcorner.com/article/deploy-sharepoint-remote-event-receiver-to-microsoft-azure2/

Best Regards,

Dennis