Click or drag to resize

SphinxAttributeOverrideTOverridable Constructor

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
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