A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SearchProviderOptions

Search provider options.

Inheritance
System.Object
SearchProviderOptions
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public class SearchProviderOptions : Object

Constructors

SearchProviderOptions()

Declaration
public SearchProviderOptions()

Properties

Name

Gets or sets the name of the provider.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Parameters

Gets or sets the parameters of the provider.

Declaration
public IDictionary<string, string> Parameters { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Type

Gets or sets the type of the provider.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String