Edit

Share via


TfvcChangesetSearchCriteria Class

Definition

Criteria used in a search for change lists

[System.Runtime.Serialization.DataContract]
public class TfvcChangesetSearchCriteria
type TfvcChangesetSearchCriteria = class
Public Class TfvcChangesetSearchCriteria
Inheritance
TfvcChangesetSearchCriteria
Attributes

Constructors

TfvcChangesetSearchCriteria()

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) Think of a better name for this.

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

The items to search under. This is used when using a workspace as a query filter.

ToDate

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

ToId

If provided, a version descriptor for the latest change list to include

versionDescriptor

Version of the item to search

Applies to