This documentation is archived and is not being maintained.

Workstation.GetLocalWorkspaceInfoRecursively Method

Gets the array of workspace information objects at or below the specified path.

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

public function GetLocalWorkspaceInfoRecursively(
	path : String
) : WorkspaceInfo[]

Parameters

path
Type: System.String

The local path.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceInfo[]
A array of workspace information objects at or below the specified path.

Show: