AnalyticsSearch public class AnalyticsSearch : SavedSearchRef, ISavedSearch, IRelativityApplicationAssociable Documentation public int ArtifactTypeID { get; set; } public string ConceptsText { get; set; } public DashboardRef Dashboard { 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 KeywordsText { get; set; } public string MinimumConceptRank { 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 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 AnalyticsSearch() public AnalyticsSearch(int artifactId)