Edit

ChangeListSearchCriteria Class

Definition

Criteria used in a search for change lists

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

Constructors

ChangeListSearchCriteria()

Properties

CompareVersion

If provided, a version descriptor to compare against base

ExcludeDeletes

If true, don't include delete history entries

FollowRenames

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

FromDate

If provided, only include history entries created after this date (string)

FromVersion

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

ItemPath

Path of item to search under. If the itemPaths memebr is used then it will take precedence over this.

ItemPaths

List of item paths to search under. If this member is used then itemPath will be ignored.

ItemVersion

Version of the items to search

Skip

Number of results to skip (used when clicking more...)

ToDate

If provided, only include history entries created before this date (string)

Top

If provided, the maximum number of history entries to return

ToVersion

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

User

Alias or display name of user who made the changes

Methods

SetFromDate(DateTime)

Set the from date

SetToDate(DateTime)

Set the to date

Applies to