WorkingFolder Constructor (String, 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, _
    localItem As String, _
    type As WorkingFolderType, _
    depth As Integer _
)
public WorkingFolder(
    string serverItem,
    string localItem,
    WorkingFolderType type,
    int depth
)
public:
WorkingFolder(
    String^ serverItem, 
    String^ localItem, 
    WorkingFolderType type, 
    int depth
)
new : 
        serverItem:string * 
        localItem:string * 
        type:WorkingFolderType * 
        depth:int -> WorkingFolder
public function WorkingFolder(
    serverItem : String, 
    localItem : String, 
    type : WorkingFolderType, 
    depth : int
)

Parameters

.NET Framework Security

See Also

Reference

WorkingFolder Class

WorkingFolder Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace