Click or drag to resize

IIndexInstances Property

Gets or sets dictionary of IndexProvider object instances

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
IDictionary<string, IIndexProvider> Instances { get; set; }

Property Value

Type: IDictionaryString, IIndexProvider
See Also