VersionControlServer.GetItems Method (String)
Gets an array of Item objects from repository that match the specified path.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetItems ( _
path As String _
) As ItemSet
public ItemSet GetItems(
string path
)
public:
ItemSet^ GetItems(
String^ path
)
member GetItems :
path:string -> ItemSet
public function GetItems(
path : String
) : ItemSet
Parameters
path
Type: System.StringThe path to the item(s), may be server or local.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSet
An array of Item objects matching the 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.