Click or drag to resize

ValueMapperBaseGetMappingsWithoutOccurrences Method

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IEnumerable<FieldValueMapping> GetMappingsWithoutOccurrences(
	string fieldId,
	IEnumerable<TermInfo> terms
)

Parameters

fieldId
Type: SystemString
terms
Type: System.Collections.GenericIEnumerableTermInfo

Return Value

Type: IEnumerableFieldValueMapping
See Also