Assembly: EPiServer.Shell (in EPiServer.Shell.dll) Version: 10.12.2.0
C# |
---|
public class SearchProviderSetting |
Object stored in the database with information about a search provider.
Name | Summary | Status |
---|---|---|
SearchProviderSetting Constructor | Initializes a new instance of the SearchProviderSetting class. | public |
SearchProviderSetting Constructor (String, Int32, Boolean) | Initializes a new instance of the SearchProviderSetting class. | public |
Name | Summary | Status |
---|---|---|
FullName | Gets or sets the full type name of the search provider. | public |
IsEnabled | Gets or sets whether the search provider is enabled. | public |
SortIndex | Gets or sets the sort index of this search provider. | public |