PartialPermissionSetForwarderBase.RemoveAccessControlLists Method

Removes the ACL that forms this namespace. This really should never be called but if it were it would mean that all of the GenericRead and GenericWrite permissions should be removed also.

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

Syntax

'Declaration
Public Function RemoveAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    securityTokens As IEnumerable(Of String), _
    recurse As Boolean _
) As Boolean
public bool RemoveAccessControlLists(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    IEnumerable<string> securityTokens,
    bool recurse
)
public:
bool RemoveAccessControlLists(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    IEnumerable<String^>^ securityTokens, 
    bool recurse
)
member RemoveAccessControlLists : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        securityTokens:IEnumerable<string> * 
        recurse:bool -> bool
public function RemoveAccessControlLists(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    securityTokens : IEnumerable<String>, 
    recurse : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PartialPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace