How to connect event receiver to user list in sharepoint?

What are the steps required to attach an event receiver to a user list in sharepoint?

+3
source share
3 answers

This can be done in at least two different ways:

  • Create a function that, when activated, has the appropriate code to join a specific list ( use this URL for some help)
  • Or you can have a console application that will have code for joining a specific list (again using the same code as in the above URL).

For further assistance, go here .

+1

EventReceivers , ContentTypes . .

SharePoint, , EventReceivers .

+1

Receivers, ListUrl URL-, , Customer, <Receivers ListUrl="Lists/Customers">   .

0

Source: https://habr.com/ru/post/1709364/


All Articles