Mapping Constructor (String, WorkingFolderType, RecursionType)

Initializes a new Mapping instance.

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

Syntax

'Declaration
Public Sub New ( _
    serverItem As String, _
    type As WorkingFolderType, _
    depth As RecursionType _
)
public Mapping(
    string serverItem,
    WorkingFolderType type,
    RecursionType depth
)
public:
Mapping(
    String^ serverItem, 
    WorkingFolderType type, 
    RecursionType depth
)
new : 
        serverItem:string * 
        type:WorkingFolderType * 
        depth:RecursionType -> Mapping
public function Mapping(
    serverItem : String, 
    type : WorkingFolderType, 
    depth : RecursionType
)

Parameters

.NET Framework Security

See Also

Reference

Mapping Class

Mapping Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace