Mapping Constructor (String, WorkingFolderType, Int32)

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

.NET Framework Security

See Also

Reference

Mapping Class

Mapping Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace