I want to create a custom action in C # code for a sharepoint list.
I use the SPUserCustomAction type, and I need to display this element only for certain users (the user is represented in a specific group)
The location is set to "Microsoft.SharePoint.StandardMenu";
How can I indicate in the code that only a few users belonging to my group can see this menu item? Any links?
Thanks.
source share