PartialPermissionSetForwarderBase.SetAccessControlLists Method

For the source ACL set the source permissions in the target if they are being set.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function SetAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    lists As IEnumerable(Of AccessControlList) _
) As Boolean
public bool SetAccessControlLists(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    IEnumerable<AccessControlList> lists
)
public:
bool SetAccessControlLists(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    IEnumerable<AccessControlList^>^ lists
)
member SetAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        lists:IEnumerable<AccessControlList> -> bool
public function SetAccessControlLists(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    lists : IEnumerable<AccessControlList>
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PartialPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace