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.String

    The 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

See Also

Reference

VersionControlServer Class

GetItems Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace