Click or drag to resize
SphinxAttributeOverrideTOverridable Constructor

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxAttributeOverride(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The name of the attribute for which values should be overwritten.
Exceptions
ExceptionCondition
ArgumentExceptionattributeName is empty.
ArgumentNullExceptionattributeName is null.
See Also