Click or drag to resize

IndexSearchServiceGetFieldsToIndex Method

Gets all fields that needs to be indexed for a IConfigurableIndexSchemaExtender.

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IEnumerable<FieldDefinitionBase> GetFieldsToIndex(
	string schemaExtenderName
)

Parameters

schemaExtenderName
Type: SystemString
Name of IConfigurableIndexSchemaExtender

Return Value

Type: IEnumerableFieldDefinitionBase
FieldsToIndex
See Also