AuthorizationService.ReplaceAccessControlList Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- objectId
Type: System.String
- acl
Type: array<Microsoft.TeamFoundation.Integration.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.