Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the permissions for the identities from catalog security for the corresponding catalog node.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function RemovePermissions ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    sourceToken As String, _
    identities As IEnumerable(Of IdentityDescriptor) _
) As Boolean
public virtual bool RemovePermissions(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    string sourceToken,
    IEnumerable<IdentityDescriptor> identities
)
public:
virtual bool RemovePermissions(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    String^ sourceToken, 
    IEnumerable<IdentityDescriptor^>^ identities
)
abstract RemovePermissions : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        sourceToken:string * 
        identities:IEnumerable<IdentityDescriptor> -> bool  
override RemovePermissions : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        sourceToken:string * 
        identities:IEnumerable<IdentityDescriptor> -> bool
public function RemovePermissions(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    sourceToken : String, 
    identities : IEnumerable<IdentityDescriptor>
) : boolean
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
 Type: Microsoft.TeamFoundation.Framework.Server.NotificationType
- sourceToken
 Type: System.String
- identities
 Type: System.Collections.Generic.IEnumerable<IdentityDescriptor>
Return Value
Type: System.Boolean
.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.