Class IndexerCollection
Implements the operations for the work flow collection. (Inherits System.Configuration.ConfigurationElementCollection.)
Inheritance
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 12.17.2Syntax
public class IndexerCollection : ConfigurationElementCollection
Constructors
IndexerCollection()
Declaration
public IndexerCollection()
Properties
BasePath
Gets or sets the base path. The path were properties of the last index will be stored. Each application will have it's own folder created.
Declaration
public string BasePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The base path. |
ConnectionStringName
Gets or sets the connection string where build information will be stored in.
Declaration
public string ConnectionStringName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The connection string name. |
Item[Int32]
Gets or sets the IndexerDefinition at the specified index.
Declaration
public IndexerDefinition this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
IndexerDefinition |
Methods
CreateNewElement()
When overridden in a derived class, creates a new System.Configuration.ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System.Configuration.ConfigurationElement | A new System.Configuration.ConfigurationElement. |
GetElementKey(ConfigurationElement)
Gets the element key for a specified configuration element when overridden in a derived class.
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Configuration.ConfigurationElement | element | The System.Configuration.ConfigurationElement to return the key for. |
Returns
Type | Description |
---|---|
System.Object | An System.Object that acts as the key for the specified System.Configuration.ConfigurationElement. |