AccessControlListsController.RemoveAccessControlLists Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<HttpDeleteAttribute> _
Public Function RemoveAccessControlLists ( _
securityNamespaceId As Guid, _
tokens As String, _
recurse As Boolean _
) As Boolean
[HttpDeleteAttribute]
public bool RemoveAccessControlLists(
Guid securityNamespaceId,
string tokens,
bool recurse
)
[HttpDeleteAttribute]
public:
bool RemoveAccessControlLists(
Guid securityNamespaceId,
String^ tokens,
bool recurse
)
[<HttpDeleteAttribute>]
member RemoveAccessControlLists :
securityNamespaceId:Guid *
tokens:string *
recurse:bool -> bool
public function RemoveAccessControlLists(
securityNamespaceId : Guid,
tokens : String,
recurse : boolean
) : boolean
Parameters
- securityNamespaceId
Type: System.Guid
- tokens
Type: System.String
- recurse
Type: System.Boolean
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.