Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
version As VersionSpec, _
recursion As RecursionType, _
deletedState As DeletedState, _
itemType As ItemType _
) As ItemSet
public ItemSet GetItems(
string path,
VersionSpec version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType
)
public:
ItemSet^ GetItems(
String^ path,
VersionSpec^ version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType
)
member GetItems :
path:string *
version:VersionSpec *
recursion:RecursionType *
deletedState:DeletedState *
itemType:ItemType -> ItemSet
public function GetItems(
path : String,
version : VersionSpec,
recursion : RecursionType,
deletedState : DeletedState,
itemType : ItemType
) : ItemSet
Parameters
- path
Type: System.String
The path to the item(s), may be server or local.
- version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The version of the item(s).
- recursion
Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
A flag describing whether the items should be listed from subfolders.
- deletedState
Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedState
A flag describing to return deleted items and/or non-deleted items.
- itemType
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemType
A flag describing whether to return files and/or folders.
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.