Click or drag to resize

ValueMapperBaseGetMappings Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[ObsoleteAttribute("Use 'GetMappingsWithOccurences' instead")]
public IEnumerable<FieldValueMapping> GetMappings(
	IEnumerable<TermInfo> terms
)

Parameters

terms
Type: System.Collections.GenericIEnumerableTermInfo

Return Value

Type: IEnumerableFieldValueMapping
See Also