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 SearchProviderElement

Implements operations for the template provider section. (Inherits System.Configuration.ConfigurationSection.)

Inheritance
System.Object
SearchProviderElement
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 9.24.1
Syntax
public class SearchProviderElement : ConfigurationElement

Constructors

SearchProviderElement()

Declaration
public SearchProviderElement()

Properties

DefaultProvider

Gets or sets the default provider.

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

The default provider.

Providers

Gets the providers.

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

The providers.

Methods

IsReadOnly()

Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.

Declaration
public override bool IsReadOnly()
Returns
Type Description
System.Boolean

true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false.