다음을 통해 공유


ISecurityChangedEventHandler.RemoveAccessControlLists Method

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

Syntax

‘선언
Function RemoveAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    securityTokens As IEnumerable(Of String), _
    recurse As Boolean _
) As Boolean
bool RemoveAccessControlLists(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    IEnumerable<string> securityTokens,
    bool recurse
)
bool RemoveAccessControlLists(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    IEnumerable<String^>^ securityTokens, 
    bool recurse
)
abstract RemoveAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        securityTokens:IEnumerable<string> * 
        recurse:bool -> bool 
function RemoveAccessControlLists(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    securityTokens : IEnumerable<String>, 
    recurse : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISecurityChangedEventHandler Interface

Microsoft.TeamFoundation.Framework.Server Namespace