Click or drag to resize
SphinxAttributeOverrideTOverridableOverrideValuesDictionary Property
Gets the dictionary which holds the override values and document ids for the attribute.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxOverrideValuesDictionary<IOverridableType> OverrideValuesDictionary { get; }

Property Value

Type: SphinxOverrideValuesDictionaryIOverridableType
The override values dictionary.
See Also