Share via


FullPermissionSetForwarderBase.RemoveAccessControlLists Method

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

Syntax

'宣言
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
)
public:
virtual bool RemoveAccessControlLists(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    IEnumerable<String^>^ sourceTokens, 
    bool recurse
)
abstract RemoveAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        sourceTokens:IEnumerable<string> * 
        recurse:bool -> bool 
override RemoveAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        sourceTokens:IEnumerable<string> * 
        recurse:bool -> bool 
public function RemoveAccessControlLists(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    sourceTokens : IEnumerable<String>, 
    recurse : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FullPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace