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:
array<WorkspaceInfo^>^ GetLocalWorkspaceInfoRecursively(
	String^ path
)

Parameters

path
Type: System::String

The local path.

Return Value

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

Show: