Click or drag to resize

IValueMapper.MapValues Method

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
IEnumerable<FieldValueMapping> MapValues(
	IEnumerable<string> terms
)

Parameters

terms
Type: System.Collections.Generic.IEnumerable<String>

Return Value

Type: IEnumerable<FieldValueMapping>
See Also