This documentation is archived and is not being maintained.
Workstation.GetLocalWorkspaceInfoRecursively Method
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: