Converts all of the ACLs to catalog permissions and overwrites the existing catalog ACLs that correspond to the team projects.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function SetAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    sourceAccessControlLists As IEnumerable(Of AccessControlList) _
) As Boolean
public virtual bool SetAccessControlLists(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    IEnumerable<AccessControlList> sourceAccessControlLists
)
public:
virtual bool SetAccessControlLists(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    IEnumerable<AccessControlList^>^ sourceAccessControlLists
)
abstract SetAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        sourceAccessControlLists:IEnumerable<AccessControlList> -> bool  
override SetAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        sourceAccessControlLists:IEnumerable<AccessControlList> -> bool
public function SetAccessControlLists(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    sourceAccessControlLists : IEnumerable<AccessControlList>
) : boolean
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
 Type: Microsoft.TeamFoundation.Framework.Server.NotificationType
- sourceAccessControlLists
 Type: System.Collections.Generic.IEnumerable<AccessControlList>
Return Value
Type: System.Boolean
.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.