GitItemsBatchController.PostGetItemsBatch 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 Function PostGetItemsBatch ( _
repositoryId As String, _
requestData As GitItemRequestData, _
projectId As String _
) As IList(Of GitItemsCollection)
public IList<GitItemsCollection> PostGetItemsBatch(
string repositoryId,
GitItemRequestData requestData,
string projectId
)
public:
IList<GitItemsCollection^>^ PostGetItemsBatch(
String^ repositoryId,
GitItemRequestData^ requestData,
String^ projectId
)
member PostGetItemsBatch :
repositoryId:string *
requestData:GitItemRequestData *
projectId:string -> IList<GitItemsCollection>
public function PostGetItemsBatch(
repositoryId : String,
requestData : GitItemRequestData,
projectId : String
) : IList<GitItemsCollection>
Parameters
- repositoryId
Type: System.String
- requestData
Type: GitItemRequestData
- projectId
Type: System.String
Return Value
Type: System.Collections.Generic.IList<GitItemsCollection>
.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.