TfvcItemUtility.GetItems Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function GetItems ( _
requestContext As TeamFoundationRequestContext, _
path As String, _
version As VersionSpec, _
recursion As RecursionType, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyFilters As String() _
) As IEnumerable(Of TfvcItem)
public static IEnumerable<TfvcItem> GetItems(
TeamFoundationRequestContext requestContext,
string path,
VersionSpec version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType,
string[] propertyFilters
)
public:
static IEnumerable<TfvcItem^>^ GetItems(
TeamFoundationRequestContext^ requestContext,
String^ path,
VersionSpec^ version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType,
array<String^>^ propertyFilters
)
static member GetItems :
requestContext:TeamFoundationRequestContext *
path:string *
version:VersionSpec *
recursion:RecursionType *
deletedState:DeletedState *
itemType:ItemType *
propertyFilters:string[] -> IEnumerable<TfvcItem>
public static function GetItems(
requestContext : TeamFoundationRequestContext,
path : String,
version : VersionSpec,
recursion : RecursionType,
deletedState : DeletedState,
itemType : ItemType,
propertyFilters : String[]
) : IEnumerable<TfvcItem>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- path
Type: System.String
- recursion
Type: Microsoft.TeamFoundation.VersionControl.Server.RecursionType
- deletedState
Type: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- propertyFilters
Type: array<System.String[]
Return Value
Type: System.Collections.Generic.IEnumerable<TfvcItem>
.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.