Click or drag to resize

IndexProviderBaseSupportedAnalyzers Property

List of supported analyzers

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[DataMemberAttribute]
public abstract IEnumerable<Type> SupportedAnalyzers { get; }

Property Value

Type: IEnumerableType

Implements

IIndexProviderSupportedAnalyzers
See Also