<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5002.1.0" />

Relativity.Services.Search.SearchProvider

public class SearchProvider
Represents an instance of a search provider
public int ArtifactId { get; set; }

The unique identifier for the search provider

public string BasicSearchMarkupId { get; set; }

The id that corresponds to the markup used by this search provider in basic search panel

public string MarkupId { get; set; }

The id that corresponds to the markup used by this search provider

public string Name { get; set; }

The display name for the search provider

public string Type { get; set; }

The type of the search provider

public SearchProvider()