Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub ReplaceAccessControlList ( _
    objectId As String, _
    acl As AccessControlEntry() _
)
void ReplaceAccessControlList(
    string objectId,
    AccessControlEntry[] acl
)
void ReplaceAccessControlList(
    String^ objectId, 
    array<AccessControlEntry^>^ acl
)
abstract ReplaceAccessControlList : 
        objectId:string * 
        acl:AccessControlEntry[] -> unit
function ReplaceAccessControlList(
    objectId : String, 
    acl : AccessControlEntry[]
)
Parameters
- objectId
 Type: System.String
- acl
 Type: array<Microsoft.TeamFoundation.Server.AccessControlEntry[]
.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.