Class SearchProviderCollection
Implements operations for the search provider collection. (Inherits System.
Inheritance
System.Object
SearchProviderCollection
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 13.30.0Syntax
public class SearchProviderCollection : ProviderCollection
Constructors
SearchProviderCollection()
Declaration
public SearchProviderCollection()
Properties
Item[String]
Gets the Search
Declaration
public SearchProvider this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
name |
Property Value
Type | Description |
---|---|
Search |
Methods
Add(ProviderBase)
Adds a provider to the collection.
Declaration
public override void Add(ProviderBase provider)
Parameters
Type | Name | Description |
---|---|---|
System. |
provider | The provider to be added. |
Exceptions
Type | Condition |
---|---|
System. |
The collection is read-only. |
System. |
|
System. |
The System. |