Click or drag to resize

IValueMapperMapValues 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.GenericIEnumerableString

Return Value

Type: IEnumerableFieldValueMapping
See Also