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.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub SaveMapping ( _
    serverId As Guid, _
    baselineRev As Integer, _
    mapping As String _
)
void SaveMapping(
    Guid serverId,
    int baselineRev,
    string mapping
)
void SaveMapping(
    Guid serverId, 
    int baselineRev, 
    String^ mapping
)
abstract SaveMapping : 
        serverId:Guid * 
        baselineRev:int * 
        mapping:string -> unit
function SaveMapping(
    serverId : Guid, 
    baselineRev : int, 
    mapping : String
)
Parameters
- serverId
 Type: System.Guid
- baselineRev
 Type: System.Int32
- mapping
 Type: System.String
.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.