Interface ISearchProviderConfigGenerator
Interface for search providers to implement if they can generate external search engine configuration. Content of the generated configuration is provider dependent.
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 14.26.0Syntax
public interface ISearchProviderConfigGeneratorMethods
GenerateCatalogConfiguration(MetaDataContext)
Generates a string of configuration for external systems describing the catalog system.
Declaration
string GenerateCatalogConfiguration(MetaDataContext catalogContext)Parameters
| Type | Name | Description | 
|---|---|---|
| MetaDataContext | catalogContext | The metadata context to load catalog entry metaclass configuration from. | 
Returns
| Type | Description | 
|---|---|
| System.String | Provider-dependent configuration data. | 
