문제

I want to create remote event receiver which will trigger whenever any new user is added in SharePoint group.

That user details and group and site details I need to maintain in SQL Data base.

Regards Rajat Sahani

도움이 되었습니까?

해결책

You could use GroupUserAdded in SPRemoteEventType to achieve this, check if the EventType is SPRemoteEventType.GroupUserAdded .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top