User added\deleted event in sharepoint

孤街浪徒 提交于 2019-12-23 01:46:14

问题


How can i know when a user is added (or deleted) to a sharepoint site or to a group in a sharepoint site?

I tried to attach an SPItemEventReceiver on the user information list, but the main problem is that i can't know when a user is added (removed) from a group...

What is the best approach to do that?? noting that i'm using it for licensing purpose and i want to know when the number of users in a specific group passed the maximum of the allowed number.


回答1:


This is an unexpected pain to implement: Refer to this previous Stack Overflow question or Aaron Han's answer in this social thread.



来源:https://stackoverflow.com/questions/4132305/user-added-deleted-event-in-sharepoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!