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) ?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
||||
|
|
|
What you see on that page isn't a list, but a SPGridView with the content populated by the codebehind 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 |
|||
|