Share via


TfvcChangesetSearchCriteria

Module path: TFS/VersionControl/Contracts

Members

  • author: string. Alias or display name of user who made the changes

  • followRenames: boolean. Whether or not to follow renames for the given item being queried

  • fromDate: string. If provided, only include changesets created after this date (string) Think of a better name for this.

  • fromId: number. If provided, only include changesets after this changesetID

  • includeLinks: boolean. Whether to include the _links field on the shallow references

  • path: string. Path of item to search under

  • toDate: string. If provided, only include changesets created before this date (string) Think of a better name for this.

  • toId: number. If provided, a version descriptor for the latest change list to include