PartialPermissionSetForwarderBase.RenameToken Method

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

Syntax

'Declaration
Public Function RenameToken ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    existingToken As String, _
    newToken As String, _
    copy As Boolean _
) As Boolean
public bool RenameToken(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    string existingToken,
    string newToken,
    bool copy
)
public:
bool RenameToken(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    String^ existingToken, 
    String^ newToken, 
    bool copy
)
member RenameToken : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        existingToken:string * 
        newToken:string * 
        copy:bool -> bool
public function RenameToken(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    existingToken : String, 
    newToken : String, 
    copy : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

PartialPermissionSetForwarderBase Class

Microsoft.TeamFoundation.Framework.Server Namespace