Question

What is the SPListTemplateType or SPListTemplateId or ListUrl of the list that appears when clicking on the item permission button on the edit control block or the button on the ribbon of any item (see picture below) ?ACL

Was it helpful?

Solution

What you see on that page isn't a list, but a SPGridView with the content populated by the codebehind Microsoft.SharePoint.ApplicationPages.UserRoles which you can find in C:\inetpub\wwwroot\wss\VirtualDirectories\XXX\_app_bin\Microsoft.SharePoint.ApplicationPages.dll

In SharePoint 2010 you'll not be able to hookup an eventreceiver to catch any changes made here. But that comes in SPSecurityEventReceiver in SharePoint 2013

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top