| IndexSearchServiceGetFieldsToIndex Method |
Namespace:
Dynamicweb.Indexing.Querying
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public IEnumerable<FieldDefinitionBase> GetFieldsToIndex(
string schemaExtenderName
)
Public Function GetFieldsToIndex (
schemaExtenderName As String
) As IEnumerable(Of FieldDefinitionBase)
Parameters
- schemaExtenderName
- Type: SystemString
Name of IConfigurableIndexSchemaExtender
Return Value
Type:
IEnumerableFieldDefinitionBaseFieldsToIndex
See Also