<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

SavedSearchRef

public class SavedSearchRef
A reference object for saved search. The properties only include the saved search Name, SearchType and Artifact ID.
public int ArtifactID { get; set; }

Artifact ID of the saved search.

public string Name { get; set; }

Name of the saved search.

public string SearchType { get; set; }

Type of the saved search.

public SavedSearchRef()

Creates a new instance of SavedSearchRef.

public SavedSearchRef(int artifactID)

Creates a new instance of SavedSearchRef.