TfvcChangesetSearchCriteria interface
Criteria used in a search for change lists.
Properties
| author | Alias or display name of user who made the changes. |
| follow |
Whether or not to follow renames for the given item being queried. |
| from |
If provided, only include changesets created after this date (string). |
| from |
If provided, only include changesets after this changesetID. |
| include |
Whether to include the _links field on the shallow references. |
| item |
Path of item to search under. |
| mappings | |
| to |
If provided, only include changesets created before this date (string). |
| to |
If provided, a version descriptor for the latest change list to include. |
Property Details
author
Alias or display name of user who made the changes.
author: string
Property Value
string
followRenames
Whether or not to follow renames for the given item being queried.
followRenames: boolean
Property Value
boolean
fromDate
If provided, only include changesets created after this date (string).
fromDate: string
Property Value
string
fromId
If provided, only include changesets after this changesetID.
fromId: number
Property Value
number
includeLinks
Whether to include the _links field on the shallow references.
includeLinks: boolean
Property Value
boolean
itemPath
Path of item to search under.
itemPath: string
Property Value
string
mappings
toDate
If provided, only include changesets created before this date (string).
toDate: string
Property Value
string
toId
If provided, a version descriptor for the latest change list to include.
toId: number
Property Value
number