AuthorizationService.ReplaceAccessControlList Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub ReplaceAccessControlList ( _
    objectId As String, _
    acl As AccessControlEntry() _
)
[WebMethodAttribute]
public void ReplaceAccessControlList(
    string objectId,
    AccessControlEntry[] acl
)
[WebMethodAttribute]
public:
void ReplaceAccessControlList(
    String^ objectId, 
    array<AccessControlEntry^>^ acl
)
[<WebMethodAttribute>]
member ReplaceAccessControlList : 
        objectId:string * 
        acl:AccessControlEntry[] -> unit
public function ReplaceAccessControlList(
    objectId : String, 
    acl : AccessControlEntry[]
)

Parameters

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace