Allows the implementer to override, block or listen for SetAccessControLists calls.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function SetAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    lists As IEnumerable(Of AccessControlList) _
) As Boolean
bool SetAccessControlLists(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    IEnumerable<AccessControlList> lists
)
bool SetAccessControlLists(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    IEnumerable<AccessControlList^>^ lists
)
abstract SetAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        lists:IEnumerable<AccessControlList> -> bool
function SetAccessControlLists(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    lists : IEnumerable<AccessControlList>
) : boolean
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context associated with this call. 
- notificationType 
 Type: Microsoft.TeamFoundation.Framework.Server.NotificationType- The type of notification that this is. 
- lists
 Type: System.Collections.Generic.IEnumerable<AccessControlList>
Return Value
Type: System.Boolean
True if the operation should continue in the security namespace this notification is coming from.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.