 | SphinxAttributeOverrideTOverridableAddOverrideValue Method |
Adds an override value for the document with the specified id.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic void AddOverrideValue(
long documentId,
TOverridable value
)
Public Sub AddOverrideValue (
documentId As Long,
value As TOverridable
)
Parameters
- documentId
- Type: SystemInt64
The document id. - value
- Type: TOverridable
The override value.
Exceptions
See Also