FullPermissionSetForwarderBase.RemoveAccessControlLists-Methode
Entfernt die ACLs für die Katalogsicherheit für die entsprechenden Projekte.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function RemoveAccessControlLists ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
sourceTokens As IEnumerable(Of String), _
recurse As Boolean _
) As Boolean
public virtual bool RemoveAccessControlLists(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
IEnumerable<string> sourceTokens,
bool recurse
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
Typ: Microsoft.TeamFoundation.Framework.Server.NotificationType
- sourceTokens
Typ: System.Collections.Generic.IEnumerable<String>
- recurse
Typ: System.Boolean
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.