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
- securityNamespaceId
Type: System.Guid
- token
Type: System.String
- descriptors
Type: System.String
Return Value
Type: System.Boolean
.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.