Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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