Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes the AccessControlList that is associated with the specified tokens.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride Function RemoveAccessControlLists ( _
tokens As IEnumerable(Of String), _
recurse As Boolean _
) As Boolean
public abstract bool RemoveAccessControlLists(
IEnumerable<string> tokens,
bool recurse
)
public:
virtual bool RemoveAccessControlLists(
IEnumerable<String^>^ tokens,
bool recurse
) abstract
abstract RemoveAccessControlLists :
tokens:IEnumerable<string> *
recurse:bool -> bool
public abstract function RemoveAccessControlLists(
tokens : IEnumerable<String>,
recurse : boolean
) : boolean
Parameters
tokens
Type: System.Collections.Generic.IEnumerable<String>The tokens that are associated with the AccessControlLists to remove from this SecurityNamespace.
recurse
Type: System.BooleanTrue to remove any AccessControlLists that are associated with the child objects of the specified tokens.
Return Value
Type: System.Boolean
True if something was removed; otherwise, false.
.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.