Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    serverItem As String, _
    type As WorkingFolderType, _
    depth As Integer _
)
public Mapping(
    string serverItem,
    WorkingFolderType type,
    int depth
)
public:
Mapping(
    String^ serverItem, 
    WorkingFolderType type, 
    int depth
)
new : 
        serverItem:string * 
        type:WorkingFolderType * 
        depth:int -> Mapping
public function Mapping(
    serverItem : String, 
    type : WorkingFolderType, 
    depth : int
)
Parameters
- serverItem
 Type: System.String
- depth
 Type: System.Int32
.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.