IsMemberOfGroup for domain groups
AnsweredHello
Does the expression [[@User.IsMemberOfGroup('')]] only works with SharePoint groups and not with domain groups?
I can't get it work with a domain group.
Thanks, Pascal
0
-
Hi Pascal Thum,
you are right, the IsMemberOfGroup function is limited to SharePoint Groups only. It will not work, if you put AD groups inside the SharePoint group as well. There need to be single users in the SharePoint group to get a "true"-result from the IsMemberOfGroup function.
This limitation is here because everything runs client side using CSOM, which will not allow to read AD groups.
Kind regards
Matthias
0
Please sign in to leave a comment.
Comments
1 comment