SearchFieldNames Class

Relativity Services API
SearchFieldNames
Inheritance Hierarchy

System.Object
  Relativity.Services.ArtifactFieldNames
    Relativity.Services.SearchFieldNames
      Relativity.Services.AnalyticsSearchFieldNames
      Relativity.Services.dtSearchFieldNames
      Relativity.Services.KeywordSearchFieldNames

Namespace:  Relativity.Services
Assembly:  Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public abstract class SearchFieldNames : ArtifactFieldNames

The SearchFieldNames type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberArtifactTypeID
Identifies the Artifact Type ID of the object for the search (currently only Document).
Public fieldStatic memberIncludes
Field identifying documents related to the documents matching the search criteria. The related documents will be included in the result set alongside with the documents that match the search criteria.
Public fieldStatic memberName
Identifies the Name of the object.
Public fieldStatic memberOwner
User(s) who can access the saved search.
Public fieldStatic memberQueryHint
String parameter used to optimize views.
Public fieldStatic memberRelativityApplication
String parameter used to optimize views.
Public fieldStatic memberRequiresManualRun
If folders or subfolders are specified as the KeywordSearch.
Public fieldStatic memberScope
The scope of the search specified as a ScopeType enumeration.
Public fieldStatic memberSearchContainer
SearchContainer of the saved search folder.
Public fieldStatic memberSearchFolders
If folders or subfolders are specified as the KeywordSearch.
Public fieldStatic memberSortByRank
String parameter used to optimize views.
Top
See Also

Reference