TeamFoundationGitCommitService.QueryCommitHistory-Methode
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Function QueryCommitHistory ( _
requestContext As TeamFoundationRequestContext, _
repository As TfsGitRepository, _
commitId As Byte(), _
path As String, _
recursive As Boolean, _
excludeDeletes As Boolean, _
author As String, _
committer As String, _
fromDate As Nullable(Of DateTime), _
toDate As Nullable(Of DateTime), _
fromCommitId As Byte(), _
toCommitId As Byte(), _
compareCommitId As Byte(), _
skip As Nullable(Of Integer), _
maxItemCount As Nullable(Of Integer) _
) As IEnumerable(Of TfsGitCommitHistoryEntry)
public IEnumerable<TfsGitCommitHistoryEntry> QueryCommitHistory(
TeamFoundationRequestContext requestContext,
TfsGitRepository repository,
byte[] commitId,
string path,
bool recursive,
bool excludeDeletes,
string author,
string committer,
Nullable<DateTime> fromDate,
Nullable<DateTime> toDate,
byte[] fromCommitId,
byte[] toCommitId,
byte[] compareCommitId,
Nullable<int> skip,
Nullable<int> maxItemCount
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Typ: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- commitId
Typ: array<System.Byte[]
- path
Typ: System.String
- recursive
Typ: System.Boolean
- excludeDeletes
Typ: System.Boolean
- author
Typ: System.String
- committer
Typ: System.String
- fromDate
Typ: System.Nullable<DateTime>
- toDate
Typ: System.Nullable<DateTime>
- fromCommitId
Typ: array<System.Byte[]
- toCommitId
Typ: array<System.Byte[]
- compareCommitId
Typ: array<System.Byte[]
- skip
Typ: System.Nullable<Int32>
- maxItemCount
Typ: System.Nullable<Int32>
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<TfsGitCommitHistoryEntry>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.