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)
Syntax
'Declaration
Public Function GetLocalWorkspaceInfoRecursively ( _
path As String _
) As WorkspaceInfo()
public WorkspaceInfo[] GetLocalWorkspaceInfoRecursively(
string path
)
public:
array<WorkspaceInfo^>^ GetLocalWorkspaceInfoRecursively(
String^ path
)
member GetLocalWorkspaceInfoRecursively :
path:string -> WorkspaceInfo[]
public function GetLocalWorkspaceInfoRecursively(
path : String
) : WorkspaceInfo[]
Parameters
path
Type: System.StringThe local path.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkspaceInfo[]
A array of workspace information objects at or below the specified path.
.NET Framework Security
- 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.