TfvcChangesetSearchCriteria interface

Criteria used in a search for change lists.

Properties

author

Alias or display name of user who made the changes.

followRenames

Whether or not to follow renames for the given item being queried.

fromDate

If provided, only include changesets created after this date (string).

fromId

If provided, only include changesets after this changesetID.

includeLinks

Whether to include the _links field on the shallow references.

itemPath

Path of item to search under.

mappings
toDate

If provided, only include changesets created before this date (string).

toId

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

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

mappings: TfvcMappingFilter[]

Property Value

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