AccessControlEntriesController.RemoveAccessControlEntries Method

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

Syntax

'Declaration
<HttpDeleteAttribute> _
Public Function RemoveAccessControlEntries ( _
    securityNamespaceId As Guid, _
    token As String, _
    descriptors As String _
) As Boolean
[HttpDeleteAttribute]
public bool RemoveAccessControlEntries(
    Guid securityNamespaceId,
    string token,
    string descriptors
)
[HttpDeleteAttribute]
public:
bool RemoveAccessControlEntries(
    Guid securityNamespaceId, 
    String^ token, 
    String^ descriptors
)
[<HttpDeleteAttribute>]
member RemoveAccessControlEntries : 
        securityNamespaceId:Guid * 
        token:string * 
        descriptors:string -> bool
public function RemoveAccessControlEntries(
    securityNamespaceId : Guid, 
    token : String, 
    descriptors : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AccessControlEntriesController Class

Microsoft.TeamFoundation.Framework.Server Namespace