dtSearch public class dtSearch : SavedSearchRef Documentation public int ArtifactTypeID { get; set; } public bool EnableStemming { get; set; } public List<FieldRef> Fields { get; set; } public int FuzzinessLevel { get; set; } public FieldRef Includes { get; set; } public string Keywords { get; set; } public string Notes { get; set; } public UserRef Owner { get; set; } public string QueryHint { get; set; } public List<RelativityApplicationRef> RelativityApplications { get; set; } public bool RequiresManualRun { get; set; } public ScopeType Scope { get; set; } public SearchContainerRef SearchContainer { get; set; } public CriteriaCollection SearchCriteria { get; set; } public List<FolderRef> SearchFolders { get; set; } public SearchIndexRef SearchIndex { get; set; } public string SearchText { get; set; } public bool SortByRank { get; set; } public List<Sort> Sorts { get; set; } public UserRef SystemCreatedBy { get; set; } public DateTime? SystemCreatedOn { get; set; } public UserRef SystemLastModifiedBy { get; set; } public DateTime? SystemLastModifiedOn { get; set; } public dtSearch()