TeamFoundationVersionControlService.RefreshIdentityDisplayName Method

Update the table of identities to include an updated (renamed) user name.

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

Syntax

'Declaration
Public Sub RefreshIdentityDisplayName ( _
    requestContext As TeamFoundationRequestContext _
)
public void RefreshIdentityDisplayName(
    TeamFoundationRequestContext requestContext
)
public:
void RefreshIdentityDisplayName(
    TeamFoundationRequestContext^ requestContext
)
member RefreshIdentityDisplayName : 
        requestContext:TeamFoundationRequestContext -> unit
public function RefreshIdentityDisplayName(
    requestContext : TeamFoundationRequestContext
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace