Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top