TeamFoundationIdentityService.RenameScope Method

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

Syntax

'Declaration
Public Sub RenameScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    newName As String _
)
public void RenameScope(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    string newName
)
public:
virtual void RenameScope(
    TeamFoundationRequestContext^ requestContext, 
    String^ scopeId, 
    String^ newName
) sealed
abstract RenameScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string * 
        newName:string -> unit  
override RenameScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string * 
        newName:string -> unit
public final function RenameScope(
    requestContext : TeamFoundationRequestContext, 
    scopeId : String, 
    newName : String
)

Parameters

Implements

ITeamFoundationIdentityService.RenameScope(TeamFoundationRequestContext, String, String)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Server.Core Namespace