SecurityNamespace.RemoveAccessControlLists Method (String, Boolean)

Removes the AccessControlList that is associated with the specified token.

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

Syntax

'宣言
Public MustOverride Function RemoveAccessControlLists ( _
    token As String, _
    recurse As Boolean _
) As Boolean
public abstract bool RemoveAccessControlLists(
    string token,
    bool recurse
)
public:
virtual bool RemoveAccessControlLists(
    String^ token, 
    bool recurse
) abstract
abstract RemoveAccessControlLists : 
        token:string * 
        recurse:bool -> bool 
public abstract function RemoveAccessControlLists(
    token : String, 
    recurse : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean
True if something was removed; otherwise, false.

.NET Framework Security

See Also

Reference

SecurityNamespace Class

RemoveAccessControlLists Overload

Microsoft.TeamFoundation.Framework.Client Namespace